summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-05-07 11:08:31 -0700
committerAlex Ray <aray@google.com>2013-07-30 13:56:59 -0700
commit7e6e7e0a5467d50ef2aff1e6a4f8c86f8b4338e6 (patch)
tree5ccd6ba1a573786cc55f9f3c45a745927a170dbd
parent90dd9e188e39b2272ae3ec5f16f2ad53ce79475a (diff)
downloadsystem_core-7e6e7e0a5467d50ef2aff1e6a4f8c86f8b4338e6.zip
system_core-7e6e7e0a5467d50ef2aff1e6a4f8c86f8b4338e6.tar.gz
system_core-7e6e7e0a5467d50ef2aff1e6a4f8c86f8b4338e6.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)