Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 192a65e9 authored by Chris Craik's avatar Chris Craik
Browse files

Add webview tracing bit

Change-Id: I7e292cf780fa2e59f183debb0e7e2bc61f27543d
parent c24ad532
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@ public final class Trace {
    public static final long TRACE_TAG_GRAPHICS = 1L << 1;
    public static final long TRACE_TAG_INPUT = 1L << 2;
    public static final long TRACE_TAG_VIEW = 1L << 3;
    public static final long TRACE_TAG_WEBVIEW = 1L << 4;

    private static final long sEnabledTags = nativeGetEnabledTags();