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

  /external/webrtc/webrtc/system_wrappers/include/
logging.h 57 // LS_ERROR: Something that should not have occurred.
59 LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING, LS_ERROR
  /external/webrtc/webrtc/base/java/src/org/webrtc/
Logging.java 63 LS_SENSITIVE, LS_VERBOSE, LS_INFO, LS_WARNING, LS_ERROR,
112 case LS_ERROR:
133 log(Severity.LS_ERROR, tag, message);
141 log(Severity.LS_ERROR, tag, message);
142 log(Severity.LS_ERROR, tag, e.toString());
143 log(Severity.LS_ERROR, tag, getStackTraceString(e));
  /external/webrtc/webrtc/base/
logging.h 76 // LOG(LS_ERROR) << "LibraryFunc returned: "
98 // LS_ERROR: Something that should not have occurred.
105 LS_ERROR,
109 LERROR = LS_ERROR

Completed in 97 milliseconds