Merge "Add new trace tag for AIDL." into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
96b341e43a
@@ -91,6 +91,8 @@ public final class Trace {
|
|||||||
public static final long TRACE_TAG_ADB = 1L << 22;
|
public static final long TRACE_TAG_ADB = 1L << 22;
|
||||||
/** @hide */
|
/** @hide */
|
||||||
public static final long TRACE_TAG_VIBRATOR = 1L << 23;
|
public static final long TRACE_TAG_VIBRATOR = 1L << 23;
|
||||||
|
/** @hide */
|
||||||
|
public static final long TRACE_TAG_AIDL = 1L << 24;
|
||||||
|
|
||||||
private static final long TRACE_TAG_NOT_READY = 1L << 63;
|
private static final long TRACE_TAG_NOT_READY = 1L << 63;
|
||||||
private static final int MAX_SECTION_NAME_LEN = 127;
|
private static final int MAX_SECTION_NAME_LEN = 127;
|
||||||
|
|||||||
Reference in New Issue
Block a user