Merge "cutils: trace: add DATABASE tag" am: 461a29540c
am: d57d863e2e
* commit 'd57d863e2efd2c8a2e8246ed7f928a2c1b834e9e':
cutils: trace: add DATABASE tag
This commit is contained in:
commit
346db8a2c2
1 changed files with 2 additions and 1 deletions
|
|
@ -69,7 +69,8 @@ __BEGIN_DECLS
|
|||
#define ATRACE_TAG_POWER (1<<17)
|
||||
#define ATRACE_TAG_PACKAGE_MANAGER (1<<18)
|
||||
#define ATRACE_TAG_SYSTEM_SERVER (1<<19)
|
||||
#define ATRACE_TAG_LAST ATRACE_TAG_SYSTEM_SERVER
|
||||
#define ATRACE_TAG_DATABASE (1<<20)
|
||||
#define ATRACE_TAG_LAST ATRACE_TAG_DATABASE
|
||||
|
||||
// Reserved for initialization.
|
||||
#define ATRACE_TAG_NOT_READY (1ULL<<63)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue