diff options
| author | 2012-11-09 22:49:18 -0800 | |
|---|---|---|
| committer | 2012-11-09 22:49:18 -0800 | |
| commit | 2bdd8fd65a8fa4b48db26d3873010608d154666f (patch) | |
| tree | fa26063389a8452d4499d72455d17c3f5e8d8300 /include/utils | |
| parent | 258fe7eac91689866fc5f6420bea56432799743e (diff) | |
| parent | 41f7736ad1e72df8796416a82ce3cede6193d1eb (diff) | |
am 41f7736a: am 434e21bf: am 3fdeb48e: Reduce emulator logspam
* commit '41f7736ad1e72df8796416a82ce3cede6193d1eb':
Reduce emulator logspam
Diffstat (limited to 'include/utils')
| -rw-r--r-- | include/utils/Trace.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/utils/Trace.h b/include/utils/Trace.h index 93e2285463..41bce00959 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 |