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

  /system/core/metricsd/uploader/
crash_counters.cc 20 : kernel_crashes_(0), unclean_shutdowns_(0), user_crashes_(0) {}
31 unclean_shutdowns_++;
35 return unclean_shutdowns_.exchange(0);
crash_counters.h 41 std::atomic_uint unclean_shutdowns_; member in class:CrashCounters

Completed in 334 milliseconds