We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bae365c + ed853fc commit ebd6016Copy full SHA for ebd6016
core/java/android/os/Trace.java
@@ -37,6 +37,7 @@ public final class Trace {
37
public static final long TRACE_TAG_WINDOW_MANAGER = 1L << 5;
38
public static final long TRACE_TAG_ACTIVITY_MANAGER = 1L << 6;
39
public static final long TRACE_TAG_SYNC_MANAGER = 1L << 7;
40
+ public static final long TRACE_TAG_AUDIO = 1L << 8;
41
42
private static final long sEnabledTags = nativeGetEnabledTags();
43
0 commit comments