Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/metrics/
Dmetrics_service.cc1561 void MetricsService::LogChromeOSCrash(const std::string &crash_type) { in LogChromeOSCrash() argument
1562 if (crash_type == "user") in LogChromeOSCrash()
1564 else if (crash_type == "kernel") in LogChromeOSCrash()
1566 else if (crash_type == "uncleanshutdown") in LogChromeOSCrash()
1569 NOTREACHED() << "Unexpected Chrome OS crash type " << crash_type; in LogChromeOSCrash()
Dmetrics_service.h131 void LogChromeOSCrash(const std::string &crash_type);