HomeSort by relevance Sort by last modified time
    Searched defs:LS_INFO (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/system_wrappers/include/
logging.h 15 // 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
54 // LS_INFO: Chatty level used in debugging for all sorts of things, the default
59 LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING, LS_ERROR
101 sev < webrtc::LS_INFO ? (void) 0 :
  /external/webrtc/webrtc/base/java/src/org/webrtc/
Logging.java 63 LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING, LS_ERROR,
118 case LS_INFO:
129 log(Severity.LS_INFO, tag, message);
  /external/webrtc/webrtc/base/
logging.h 95 // LS_INFO: Chatty level used in debugging for all sorts of things, the default
103 LS_INFO,
107 INFO = LS_INFO,

Completed in 70 milliseconds