Merge "Add TRACE_TAG_AIDL to SystemApi for mainline modules" am: 60bcab9367 am: 2ca4a6f36a
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2297837 Change-Id: I0876dc9bbf39aca17d0ba7caa0f26d3ed4176c4f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user