summaryrefslogtreecommitdiffstats
path: root/include/utils/Trace.h
diff options
context:
space:
mode:
authorSteve Kondik <shade@chemlab.org>2013-02-13 00:29:07 -0800
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2013-02-15 00:22:06 +0000
commit4cd7227b78773fbd201bee4627b55f4008e961e7 (patch)
tree4a79f588318cff97038aa91eaa46469989518867 /include/utils/Trace.h
parentbe1b7537097779385da94ae98e0cca76732d74ba (diff)
parent529cb9ed9c5d62d5b270cdd650380ae116382143 (diff)
downloadframeworks_native-4cd7227b78773fbd201bee4627b55f4008e961e7.zip
frameworks_native-4cd7227b78773fbd201bee4627b55f4008e961e7.tar.gz
frameworks_native-4cd7227b78773fbd201bee4627b55f4008e961e7.tar.bz2
Merge tag 'android-4.2.2_r1' of https://android.googlesource.com/platform/frameworks/native into 1.1
Android 4.2.2 release 1 Conflicts: libs/ui/GraphicBufferAllocator.cpp Change-Id: Id60a6580bf5a3ba04f8e1e2b1b950e0b93888166
Diffstat (limited to 'include/utils/Trace.h')
-rw-r--r--include/utils/Trace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/utils/Trace.h b/include/utils/Trace.h
index 93e2285..41bce00 100644
--- a/include/utils/Trace.h
+++ b/include/utils/Trace.h
@@ -54,6 +54,8 @@
#define ATRACE_TAG_CAMERA (1<<10)
#define ATRACE_TAG_LAST ATRACE_TAG_CAMERA
+#define ATRACE_TAG_NOT_READY (1LL<<63) // Reserved for use during init
+
#define ATRACE_TAG_VALID_MASK ((ATRACE_TAG_LAST - 1) | ATRACE_TAG_LAST)
#ifndef ATRACE_TAG