Android: Disable internal tracer by default.
This is a debug feature and should be disabled by default. Any client that needs this functionality should call setEnableInternalTracer. Bug: webrtc:8553 Change-Id: I78d718ebb95fc5cb8c464327b5b36e385ccfa9c0 Reviewed-on: https://webrtc-review.googlesource.com/24540 Commit-Queue: Sami Kalliomäki <sakal@webrtc.org> Reviewed-by: Magnus Jedvert <magjed@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20814}
This commit is contained in:

committed by
Commit Bot

parent
215588132c
commit
ed1023db0e
@ -63,7 +63,7 @@ public class PeerConnectionFactory {
|
||||
public static class Builder {
|
||||
private final Context applicationContext;
|
||||
private String fieldTrials = "";
|
||||
private boolean enableInternalTracer = true;
|
||||
private boolean enableInternalTracer = false;
|
||||
private boolean enableVideoHwAcceleration = true;
|
||||
private NativeLibraryLoader nativeLibraryLoader = new NativeLibrary.DefaultLoader();
|
||||
|
||||
|
Reference in New Issue
Block a user