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

Commit cae2db38 authored by Chris Craik's avatar Chris Craik Committed by Android (Google) Code Review
Browse files

Merge "Add webview tracing bit"

parents d5155299 192a65e9
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();