* commit 'c752d6dd37a943b2ef64c184a0ff542e78173bc9': Updated trace.h to recognize ATRACE_TAG_BIONIC.
This commit is contained in:
commit
b3697ec2cb
1 changed files with 2 additions and 1 deletions
|
|
@ -69,7 +69,8 @@ __BEGIN_DECLS
|
|||
#define ATRACE_TAG_RESOURCES (1<<13)
|
||||
#define ATRACE_TAG_DALVIK (1<<14)
|
||||
#define ATRACE_TAG_RS (1<<15)
|
||||
#define ATRACE_TAG_LAST ATRACE_TAG_RS
|
||||
#define ATRACE_TAG_BIONIC (1<<16)
|
||||
#define ATRACE_TAG_LAST ATRACE_TAG_BIONIC
|
||||
|
||||
// Reserved for initialization.
|
||||
#define ATRACE_TAG_NOT_READY (1LL<<63)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue