Added a NETWORK trace tag.
am: 785735bde1
Change-Id: I59385f14a52fb133fea2aa4d6eac571c397605e4
This commit is contained in:
commit
860f100454
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_PACKAGE_MANAGER (1<<18)
|
||||||
#define ATRACE_TAG_SYSTEM_SERVER (1<<19)
|
#define ATRACE_TAG_SYSTEM_SERVER (1<<19)
|
||||||
#define ATRACE_TAG_DATABASE (1<<20)
|
#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.
|
// Reserved for initialization.
|
||||||
#define ATRACE_TAG_NOT_READY (1ULL<<63)
|
#define ATRACE_TAG_NOT_READY (1ULL<<63)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue