Home
last modified time | relevance | path

Searched refs:GetAndResetKernelCrashCount (Results 1 – 3 of 3) sorted by relevance

/system/core/metricsd/uploader/
Dcrash_counters.h31 unsigned int GetAndResetKernelCrashCount();
Dcrash_counters.cc26 unsigned int CrashCounters::GetAndResetKernelCrashCount() { in GetAndResetKernelCrashCount() function in CrashCounters
Dupload_service.cc189 unsigned int kernel_crashes = counters_->GetAndResetKernelCrashCount(); in GatherHistograms()