am b194ec92
: libutils: add a tracing tag for video
* commit 'b194ec926bf3fb3c546244b135f602ceb3a0a6b0': libutils: add a tracing tag for video
This commit is contained in:
commit
d58ae6f594
@ -50,7 +50,8 @@
|
||||
#define ATRACE_TAG_ACTIVITY_MANAGER (1<<6)
|
||||
#define ATRACE_TAG_SYNC_MANAGER (1<<7)
|
||||
#define ATRACE_TAG_AUDIO (1<<8)
|
||||
#define ATRACE_TAG_LAST ATRACE_TAG_AUDIO
|
||||
#define ATRACE_TAG_VIDEO (1<<9)
|
||||
#define ATRACE_TAG_LAST ATRACE_TAG_VIDEO
|
||||
|
||||
#define ATRACE_TAG_VALID_MASK ((ATRACE_TAG_LAST - 1) | ATRACE_TAG_LAST)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user