Skip to content

Commit ed853fc

Browse files
committed
Add audio tag to systrace
Change-Id: I3c5af7c5d166ff24ef57918a4dbda6327b03cc1f
1 parent d0c66f6 commit ed853fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/java/android/os/Trace.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public final class Trace {
3737
public static final long TRACE_TAG_WINDOW_MANAGER = 1L << 5;
3838
public static final long TRACE_TAG_ACTIVITY_MANAGER = 1L << 6;
3939
public static final long TRACE_TAG_SYNC_MANAGER = 1L << 7;
40+
public static final long TRACE_TAG_AUDIO = 1L << 8;
4041

4142
private static final long sEnabledTags = nativeGetEnabledTags();
4243

0 commit comments

Comments
 (0)