Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf249c13 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "Add trace category for adb." am: 6968d90d am: 15dc5951 am: 96446b5b

am: 19c4422c

Change-Id: I33a39902df365cf60cd5976d7977e18d36c09bc0
parents 663a9fcf 19c4422c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -85,6 +85,8 @@ public final class Trace {
    public static final long TRACE_TAG_DATABASE = 1L << 20;
    /** @hide */
    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 int MAX_SECTION_NAME_LEN = 127;