OSDN Git Service

Add webview tracing bit
authorChris Craik <ccraik@google.com>
Mon, 16 Apr 2012 23:08:40 +0000 (16:08 -0700)
committerChris Craik <ccraik@google.com>
Mon, 16 Apr 2012 23:08:40 +0000 (16:08 -0700)
Change-Id: I7e292cf780fa2e59f183debb0e7e2bc61f27543d

core/java/android/os/Trace.java

index af94a37..4645fab 100644 (file)
@@ -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();