Merge "Add trace category for adb." am: 6968d90dc5 am: 15dc5951e6
am: 96446b5bd3
Change-Id: I1d354df518f19d61eaa17e03fd696193464b6f7b
This commit is contained in:
@@ -83,6 +83,8 @@ public final class Trace {
|
|||||||
public static final long TRACE_TAG_DATABASE = 1L << 20;
|
public static final long TRACE_TAG_DATABASE = 1L << 20;
|
||||||
/** @hide */
|
/** @hide */
|
||||||
public static final long TRACE_TAG_NETWORK = 1L << 21;
|
public static final long TRACE_TAG_NETWORK = 1L << 21;
|
||||||
|
/** @hide */
|
||||||
|
public static final long TRACE_TAG_ADB = 1L << 22;
|
||||||
|
|
||||||
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