Searched defs:LS_INFO (Results 1 - 4 of 4) sorted by last modified time

/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dlogging.h72 // LS_INFO: Chatty level used in debugging for all sorts of things, the default
84 LS_INFO = 3, enumerator in enum:rtc::LoggingSeverity
87 INFO = LS_INFO,
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dlogging.h15 // NOTE: LS_INFO maps to a new trace level which should be reserved for
18 // impact of adding a new LS_INFO log. If it will be logged at anything
66 // LS_INFO: Chatty level used in debugging for all sorts of things, the default
71 LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING, LS_ERROR enumerator in enum:webrtc::LoggingSeverity
113 sev < webrtc::LS_INFO ? (void) 0 :
/external/chromium_org/third_party/webrtc/base/
H A Dlogging.h95 // LS_INFO: Chatty level used in debugging for all sorts of things, the default
99 enum LoggingSeverity { LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING, LS_ERROR, enumerator in enum:rtc::LoggingSeverity
100 INFO = LS_INFO,
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DLogging.java64 LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING, LS_ERROR, enum constant in enum:Logging.Severity

Completed in 7417 milliseconds