Add ATRACE_TAG_RS.
Change-Id: Iaff497a1cb04a797441b5bb47b30ad6f09db8e95
This commit is contained in:
parent
1c15930794
commit
d8b11c1ddd
1 changed files with 2 additions and 1 deletions
|
|
@ -66,7 +66,8 @@ __BEGIN_DECLS
|
|||
#define ATRACE_TAG_APP (1<<12)
|
||||
#define ATRACE_TAG_RESOURCES (1<<13)
|
||||
#define ATRACE_TAG_DALVIK (1<<14)
|
||||
#define ATRACE_TAG_LAST ATRACE_TAG_DALVIK
|
||||
#define ATRACE_TAG_RS (1<<15)
|
||||
#define ATRACE_TAG_LAST ATRACE_TAG_RS
|
||||
|
||||
// Reserved for initialization.
|
||||
#define ATRACE_TAG_NOT_READY (1LL<<63)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue