Remove WEBRTC_TRACE.

Bug: webrtc:5118
Change-Id: I0af0f8845ee016fa61d7cecc526e2a672ec8732d
Reviewed-on: https://webrtc-review.googlesource.com/5382
Reviewed-by: Niels Moller <nisse@webrtc.org>
Reviewed-by: Sami Kalliomäki <sakal@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Fredrik Solenberg <solenberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20114}
This commit is contained in:
Fredrik Solenberg
2017-10-03 13:41:33 +02:00
committed by Commit Bot
parent f4898a6509
commit 2209b90449
36 changed files with 17 additions and 1588 deletions

View File

@ -624,9 +624,8 @@ public class PeerConnectionClient {
}
isInitiator = false;
// Set default WebRTC tracing and INFO libjingle logging.
// Set INFO libjingle logging.
// NOTE: this _must_ happen while |factory| is alive!
Logging.enableTracing("logcat:", EnumSet.of(Logging.TraceLevel.TRACE_DEFAULT));
Logging.enableLogToDebugOutput(Logging.Severity.LS_INFO);
mediaStream = factory.createLocalMediaStream("ARDAMS");