Created a NETWORK trace tag. am: 873a83af3f
am: e9bac30add
Change-Id: Ibc8c156d3b3c6c893ee55eca4f6b92767fefa741
This commit is contained in:
@@ -81,6 +81,8 @@ public final class Trace {
|
||||
public static final long TRACE_TAG_SYSTEM_SERVER = 1L << 19;
|
||||
/** @hide */
|
||||
public static final long TRACE_TAG_DATABASE = 1L << 20;
|
||||
/** @hide */
|
||||
public static final long TRACE_TAG_NETWORK = 1L << 21;
|
||||
|
||||
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