Add traces for window manager and activity manager.
Change-Id: I6677ca64164f234efc7856ddd173ad6989b4f59e
This commit is contained in:
parent
6b8bef64f7
commit
1cb93ba130
@ -46,7 +46,9 @@
|
|||||||
#define ATRACE_TAG_INPUT (1<<2)
|
#define ATRACE_TAG_INPUT (1<<2)
|
||||||
#define ATRACE_TAG_VIEW (1<<3)
|
#define ATRACE_TAG_VIEW (1<<3)
|
||||||
#define ATRACE_TAG_WEBVIEW (1<<4)
|
#define ATRACE_TAG_WEBVIEW (1<<4)
|
||||||
#define ATRACE_TAG_LAST ATRACE_TAG_WEBVIEW
|
#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_VALID_MASK ((ATRACE_TAG_LAST - 1) | ATRACE_TAG_LAST)
|
#define ATRACE_TAG_VALID_MASK ((ATRACE_TAG_LAST - 1) | ATRACE_TAG_LAST)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user