cutils: add adb trace tag.
Bug: http://b/31289465 Test: systrace Change-Id: I8537731febc6629f055b86f6e19b16104208c4f8
This commit is contained in:
parent
01937ee2b9
commit
e2d9732682
1 changed files with 2 additions and 1 deletions
|
|
@ -71,7 +71,8 @@ __BEGIN_DECLS
|
|||
#define ATRACE_TAG_SYSTEM_SERVER (1<<19)
|
||||
#define ATRACE_TAG_DATABASE (1<<20)
|
||||
#define ATRACE_TAG_NETWORK (1<<21)
|
||||
#define ATRACE_TAG_LAST ATRACE_TAG_NETWORK
|
||||
#define ATRACE_TAG_ADB (1<<22)
|
||||
#define ATRACE_TAG_LAST ATRACE_TAG_ADB
|
||||
|
||||
// Reserved for initialization.
|
||||
#define ATRACE_TAG_NOT_READY (1ULL<<63)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue