Added a NETWORK trace tag.
BUG: 31281543 Change-Id: I4d7c7fc26c77fec099bbf0f9426e3a9f3a722e6d
This commit is contained in:
parent
bc7448afe3
commit
785735bde1
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@ __BEGIN_DECLS
|
|||
#define ATRACE_TAG_PACKAGE_MANAGER (1<<18)
|
||||
#define ATRACE_TAG_SYSTEM_SERVER (1<<19)
|
||||
#define ATRACE_TAG_DATABASE (1<<20)
|
||||
#define ATRACE_TAG_LAST ATRACE_TAG_DATABASE
|
||||
#define ATRACE_TAG_NETWORK (1<<21)
|
||||
#define ATRACE_TAG_LAST ATRACE_TAG_NETWORK
|
||||
|
||||
// Reserved for initialization.
|
||||
#define ATRACE_TAG_NOT_READY (1ULL<<63)
|
||||
|
|
Loading…
Reference in a new issue