Home
last modified time | relevance | path

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

/system/core/metricsd/uploader/
Dcrash_counters.h33 void IncrementUserCrashCount();
Dcrash_counters.cc38 void CrashCounters::IncrementUserCrashCount() { in IncrementUserCrashCount() function in CrashCounters
Dmetrics_log.h41 void IncrementUserCrashCount(unsigned int count);
Dmetrics_log.cc66 void MetricsLog::IncrementUserCrashCount(unsigned int count) { in IncrementUserCrashCount() function in MetricsLog
Dbn_metricsd_impl.cc82 counters_->IncrementUserCrashCount(); in recordCrash()
Dupload_service.cc197 GetOrCreateCurrentLog()->IncrementUserCrashCount(user_crashes); in GatherHistograms()
Dupload_service_test.cc200 counters_->IncrementUserCrashCount(); in TEST_F()