OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAndResetKernelCrashCount
(Results
1 - 3
of
3
) sorted by null
/system/core/metricsd/uploader/
crash_counters.h
31
unsigned int
GetAndResetKernelCrashCount
();
crash_counters.cc
26
unsigned int CrashCounters::
GetAndResetKernelCrashCount
() {
upload_service.cc
189
unsigned int kernel_crashes = counters_->
GetAndResetKernelCrashCount
();
Completed in 62 milliseconds