Searched refs:crash_type (Results 1 – 2 of 2) sorted by relevance
1561 void MetricsService::LogChromeOSCrash(const std::string &crash_type) { in LogChromeOSCrash() argument1562 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()
131 void LogChromeOSCrash(const std::string &crash_type);