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

Commit 60bcab93 authored by Parth Sane's avatar Parth Sane Committed by Gerrit Code Review
Browse files

Merge "Add TRACE_TAG_AIDL to SystemApi for mainline modules"

parents 11915f36 1eb9a2e6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -383,6 +383,7 @@ package android.os {
    method public static void traceBegin(long, @NonNull String);
    method public static void traceCounter(long, @NonNull String, int);
    method public static void traceEnd(long);
    field public static final long TRACE_TAG_AIDL = 16777216L; // 0x1000000L
    field public static final long TRACE_TAG_NETWORK = 2097152L; // 0x200000L
  }

+1 −0
Original line number Diff line number Diff line
@@ -100,6 +100,7 @@ public final class Trace {
    /** @hide */
    public static final long TRACE_TAG_VIBRATOR = 1L << 23;
    /** @hide */
    @SystemApi(client = MODULE_LIBRARIES)
    public static final long TRACE_TAG_AIDL = 1L << 24;
    /** @hide */
    public static final long TRACE_TAG_NNAPI = 1L << 25;