am fcdd7ea3: am 7b0bdec4: Merge "Add a tag for tracing system server."
* commit 'fcdd7ea34f9b5bf300ed15f4b73e8fa0c42192bc': Add a tag for tracing system server.
This commit is contained in:
commit
cf187a007a
|
@ -68,7 +68,8 @@ __BEGIN_DECLS
|
|||
#define ATRACE_TAG_BIONIC (1<<16)
|
||||
#define ATRACE_TAG_POWER (1<<17)
|
||||
#define ATRACE_TAG_PACKAGE_MANAGER (1<<18)
|
||||
#define ATRACE_TAG_LAST ATRACE_TAG_PACKAGE_MANAGER
|
||||
#define ATRACE_TAG_SYSTEM_SERVER (1<<19)
|
||||
#define ATRACE_TAG_LAST ATRACE_TAG_SYSTEM_SERVER
|
||||
|
||||
// Reserved for initialization.
|
||||
#define ATRACE_TAG_NOT_READY (1ULL<<63)
|
||||
|
|
Loading…
Reference in New Issue