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

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

Merge "Add new trace tag for AIDL."

am: fe3877f1

Change-Id: I7aced8041cb8859b0a26db157e7626045e17a006
parents 2e8ebcf0 fe3877f1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -89,6 +89,8 @@ public final class Trace {
    public static final long TRACE_TAG_NETWORK = 1L << 21;
    /** @hide */
    public static final long TRACE_TAG_ADB = 1L << 22;
    /** @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;