summaryrefslogtreecommitdiffstats
path: root/include/utils/Trace.h
diff options
context:
space:
mode:
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