Home
last modified time | relevance | path

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

/system/core/metricsd/uploader/
Dupload_service.cc191 unsigned int user_crashes = counters_->GetAndResetUserCrashCount(); in GatherHistograms() local
194 if (kernel_crashes > 0 || unclean_shutdowns > 0 || user_crashes > 0) { in GatherHistograms()
197 GetOrCreateCurrentLog()->IncrementUserCrashCount(user_crashes); in GatherHistograms()