Home
last modified time | relevance | path

Searched refs:enableLogToDebugOutput (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/docs/native-code/
H A Dlogging.md23 `Logging.enableLogToDebugOutput(Logging.Severity.LS_INFO)`.
/aosp_15_r20/external/webrtc/rtc_base/java/src/org/webrtc/
H A DLogging.java110 public static synchronized void enableLogToDebugOutput(Severity severity) { in enableLogToDebugOutput() method in Logging
/aosp_15_r20/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DPeerConnectionClient.java626 Logging.enableLogToDebugOutput(Logging.Severity.LS_INFO); in createPeerConnectionInternal()