cutils: add adb trace tag. am: e2d9732682
am: 49d9efe777
Change-Id: I58394172c9405f67bf86026aa8dca0b270be629f
This commit is contained in:
commit
8f0e42f839
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