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

Commit 7b436db8 authored by Martijn Coenen's avatar Martijn Coenen Committed by android-build-merger
Browse files

Merge "Add new trace tag for AIDL." into pi-dev

am: 96b341e4

Change-Id: I925f2dd25d8fab1ddbef77e69778b7b07c4c1120
parents 07c648ed 96b341e4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -91,6 +91,8 @@ public final class Trace {
    public static final long TRACE_TAG_ADB = 1L << 22;
    /** @hide */
    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 int MAX_SECTION_NAME_LEN = 127;