am 5b38a1df
: Add audio tag to systrace
* commit '5b38a1dfe8e90734fc878ef47df1bd967480a946': Add audio tag to systrace
This commit is contained in:
commit
64e71adce0
@ -49,7 +49,8 @@
|
||||
#define ATRACE_TAG_WINDOW_MANAGER (1<<5)
|
||||
#define ATRACE_TAG_ACTIVITY_MANAGER (1<<6)
|
||||
#define ATRACE_TAG_SYNC_MANAGER (1<<7)
|
||||
#define ATRACE_TAG_LAST ATRACE_TAG_SYNC_MANAGER
|
||||
#define ATRACE_TAG_AUDIO (1<<8)
|
||||
#define ATRACE_TAG_LAST ATRACE_TAG_AUDIO
|
||||
|
||||
#define ATRACE_TAG_VALID_MASK ((ATRACE_TAG_LAST - 1) | ATRACE_TAG_LAST)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user