Add the trace tag for Dalvik.
Bug: 8856374 Change-Id: Id0fbdb8f7a487c5831edcd2c6c64a7da63aec03d
This commit is contained in:
@@ -65,6 +65,8 @@ public final class Trace {
|
||||
public static final long TRACE_TAG_APP = 1L << 12;
|
||||
/** @hide */
|
||||
public static final long TRACE_TAG_RESOURCES = 1L << 13;
|
||||
/** @hide */
|
||||
public static final long TRACE_TAG_DALVIK = 1L << 14;
|
||||
|
||||
private static final long TRACE_TAG_NOT_READY = 1L << 63;
|
||||
private static final int MAX_SECTION_NAME_LEN = 127;
|
||||
|
||||
Reference in New Issue
Block a user