summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-05-07 11:08:31 -0700
committerGlenn Kasten <gkasten@google.com>2012-05-07 11:08:31 -0700
commit5b38a1dfe8e90734fc878ef47df1bd967480a946 (patch)
treed0fcf9242c0929e773031a4b06bdef927bd9604e
parent3410a85b15a4d2579b5e77144f275a30ad880a65 (diff)
downloadframeworks_native-5b38a1dfe8e90734fc878ef47df1bd967480a946.zip
frameworks_native-5b38a1dfe8e90734fc878ef47df1bd967480a946.tar.gz
frameworks_native-5b38a1dfe8e90734fc878ef47df1bd967480a946.tar.bz2
Add audio tag to systrace
Change-Id: I4a558c43e4ccd81a4ed94684c5fad6b3c486bd14
-rw-r--r--include/utils/Trace.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/utils/Trace.h b/include/utils/Trace.h
index 032af1b..62f5d6b 100644
--- a/include/utils/Trace.h
+++ b/include/utils/Trace.h
@@ -49,7 +49,8 @@
#define ATRACE_TAG_WINDOW_MANAGER (1<<5)
#define ATRACE_TAG_ACTIVITY_MANAGER (1<<6)
#define ATRACE_TAG_SYNC_MANAGER (1<<7)
-#define ATRACE_TAG_LAST ATRACE_TAG_SYNC_MANAGER
+#define ATRACE_TAG_AUDIO (1<<8)
+#define ATRACE_TAG_LAST ATRACE_TAG_AUDIO
#define ATRACE_TAG_VALID_MASK ((ATRACE_TAG_LAST - 1) | ATRACE_TAG_LAST)