am ebd6016b: Merge "Add audio tag to systrace" into jb-dev

* commit 'ebd6016b8c6faf70b44283c59461023cda1ca6b0':
  Add audio tag to systrace
This commit is contained in:
Glenn Kasten
2012-05-07 15:48:43 -07:00
committed by Android Git Automerger

View File

@@ -37,6 +37,7 @@ public final class Trace {
public static final long TRACE_TAG_WINDOW_MANAGER = 1L << 5;
public static final long TRACE_TAG_ACTIVITY_MANAGER = 1L << 6;
public static final long TRACE_TAG_SYNC_MANAGER = 1L << 7;
public static final long TRACE_TAG_AUDIO = 1L << 8;
private static final long sEnabledTags = nativeGetEnabledTags();