summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2014-08-16 01:16:10 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-15 18:45:09 +0000
commit69d68b69e5341124c1947f3110c67aa8836e3437 (patch)
tree67e22f7861da201ca7deeb876fcd7477c3773c39 /include
parent935708be6fe366c8e519b01d1fba9fd2414c0dba (diff)
parentde4d921192853811775b51cac0787f5509b8cf4d (diff)
downloadsystem_core-69d68b69e5341124c1947f3110c67aa8836e3437.zip
system_core-69d68b69e5341124c1947f3110c67aa8836e3437.tar.gz
system_core-69d68b69e5341124c1947f3110c67aa8836e3437.tar.bz2
Merge "Add trace tag for power management." into lmp-dev
Diffstat (limited to 'include')
-rw-r--r--include/cutils/trace.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/cutils/trace.h b/include/cutils/trace.h
index fd9bc6a..fd24561 100644
--- a/include/cutils/trace.h
+++ b/include/cutils/trace.h
@@ -70,7 +70,8 @@ __BEGIN_DECLS
#define ATRACE_TAG_DALVIK (1<<14)
#define ATRACE_TAG_RS (1<<15)
#define ATRACE_TAG_BIONIC (1<<16)
-#define ATRACE_TAG_LAST ATRACE_TAG_BIONIC
+#define ATRACE_TAG_POWER (1<<17)
+#define ATRACE_TAG_LAST ATRACE_TAG_POWER
// Reserved for initialization.
#define ATRACE_TAG_NOT_READY (1LL<<63)