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