am 6782ca0b: Merge "Add a trace constant for PackageManager"
* commit '6782ca0b766c777ae285d2b7bcfcd8232ffe34d9': Add a trace constant for PackageManager
This commit is contained in:
commit
1f6204a885
1 changed files with 2 additions and 1 deletions
|
|
@ -67,7 +67,8 @@ __BEGIN_DECLS
|
|||
#define ATRACE_TAG_RS (1<<15)
|
||||
#define ATRACE_TAG_BIONIC (1<<16)
|
||||
#define ATRACE_TAG_POWER (1<<17)
|
||||
#define ATRACE_TAG_LAST ATRACE_TAG_POWER
|
||||
#define ATRACE_TAG_PACKAGE_MANAGER (1<<18)
|
||||
#define ATRACE_TAG_LAST ATRACE_TAG_PACKAGE_MANAGER
|
||||
|
||||
// Reserved for initialization.
|
||||
#define ATRACE_TAG_NOT_READY (1LL<<63)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue