Skip to content

Commit ebd6016

Browse files
gkastenAndroid (Google) Code Review
authored andcommitted
Merge "Add audio tag to systrace" into jb-dev
2 parents bae365c + ed853fc commit ebd6016

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)