summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2013-04-12 17:03:06 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-04-12 17:03:06 -0700
commit9bd89925ef1513189960604771028f57099c335c (patch)
tree827a72735095f5c63da91652c6468a08eaf087c6 /include
parenta14d6fda714e6d1c1578325eaec991032ce0558f (diff)
parentc08b50dfc68504b692c13194e86d33328d373019 (diff)
downloadsystem_core-9bd89925ef1513189960604771028f57099c335c.zip
system_core-9bd89925ef1513189960604771028f57099c335c.tar.gz
system_core-9bd89925ef1513189960604771028f57099c335c.tar.bz2
am c08b50df: am 24bc41b7: Add new resources trace.
* commit 'c08b50dfc68504b692c13194e86d33328d373019': Add new resources trace.
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 55aabdd..15f8fb9 100644
--- a/include/cutils/trace.h
+++ b/include/cutils/trace.h
@@ -64,7 +64,8 @@ __BEGIN_DECLS
#define ATRACE_TAG_CAMERA (1<<10)
#define ATRACE_TAG_HAL (1<<11)
#define ATRACE_TAG_APP (1<<12)
-#define ATRACE_TAG_LAST ATRACE_TAG_APP
+#define ATRACE_TAG_RESOURCES (1<<13)
+#define ATRACE_TAG_LAST ATRACE_TAG_RESOURCES
// Reserved for initialization.
#define ATRACE_TAG_NOT_READY (1LL<<63)