Home
last modified time | relevance | path

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

/system/core/metricsd/uploader/
Dupload_service.cc189 unsigned int kernel_crashes = counters_->GetAndResetKernelCrashCount(); in GatherHistograms() local
194 if (kernel_crashes > 0 || unclean_shutdowns > 0 || user_crashes > 0) { in GatherHistograms()
195 GetOrCreateCurrentLog()->IncrementKernelCrashCount(kernel_crashes); in GatherHistograms()