am 081c80c2
: Add System Tracing capability to Sync Manager
* commit '081c80c2e0f97fb50595b138271d14892aea1b4a': Add System Tracing capability to Sync Manager
This commit is contained in:
commit
937fac40c0
@ -48,7 +48,8 @@
|
||||
#define ATRACE_TAG_WEBVIEW (1<<4)
|
||||
#define ATRACE_TAG_WINDOW_MANAGER (1<<5)
|
||||
#define ATRACE_TAG_ACTIVITY_MANAGER (1<<6)
|
||||
#define ATRACE_TAG_LAST ATRACE_TAG_ACTIVITY_MANAGER
|
||||
#define ATRACE_TAG_SYNC_MANAGER (1<<7)
|
||||
#define ATRACE_TAG_LAST ATRACE_TAG_SYNC_MANAGER
|
||||
|
||||
#define ATRACE_TAG_VALID_MASK ((ATRACE_TAG_LAST - 1) | ATRACE_TAG_LAST)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user