Add new resources trace.
Change-Id: I63398f282fe7bf04f1c4cefa8f602100f403fa7c
This commit is contained in:
parent
c796ed9746
commit
24bc41b78c
1 changed files with 2 additions and 1 deletions
|
|
@ -64,7 +64,8 @@ __BEGIN_DECLS
|
||||||
#define ATRACE_TAG_CAMERA (1<<10)
|
#define ATRACE_TAG_CAMERA (1<<10)
|
||||||
#define ATRACE_TAG_HAL (1<<11)
|
#define ATRACE_TAG_HAL (1<<11)
|
||||||
#define ATRACE_TAG_APP (1<<12)
|
#define ATRACE_TAG_APP (1<<12)
|
||||||
#define ATRACE_TAG_LAST ATRACE_TAG_APP
|
#define ATRACE_TAG_RESOURCES (1<<13)
|
||||||
|
#define ATRACE_TAG_LAST ATRACE_TAG_RESOURCES
|
||||||
|
|
||||||
// Reserved for initialization.
|
// Reserved for initialization.
|
||||||
#define ATRACE_TAG_NOT_READY (1LL<<63)
|
#define ATRACE_TAG_NOT_READY (1LL<<63)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue