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

  /external/chromium/chrome/browser/sync/notifier/
chrome_system_resources.cc 99 logging::LogSeverity log_severity = logging::LOG_INFO; local
102 log_severity = logging::LOG_INFO;
105 log_severity = logging::LOG_WARNING;
108 log_severity = logging::LOG_ERROR;
112 if ((log_severity >= logging::GetMinLogLevel()) &&
113 ((log_severity != logging::LOG_INFO) ||
119 logging::LogMessage(file, line, log_severity).stream() << result;
  /external/chromium/base/
vlog.h 34 // |log_severity| points to an int that stores the log level. If a valid

Completed in 213 milliseconds