HomeSort by relevance Sort by last modified time
    Searched refs:unclean_shutdowns_daily_count_ (Results 1 - 2 of 2) sorted by null

  /system/core/metricsd/
metrics_collector.h 271 unique_ptr<PersistentInteger> unclean_shutdowns_daily_count_; member in class:MetricsCollector
metrics_collector.cc 200 unclean_shutdowns_daily_count_.reset(new PersistentInteger(
348 unclean_shutdowns_daily_count_->Add(1);
737 SendAndResetCrashFrequencySample(unclean_shutdowns_daily_count_);

Completed in 43 milliseconds