Merge "Add a trace constant for PackageManager"

This commit is contained in:
Todd Kennedy 2015-08-03 17:44:46 +00:00 committed by Gerrit Code Review
commit 6782ca0b76

View file

@ -67,7 +67,8 @@ __BEGIN_DECLS
#define ATRACE_TAG_RS (1<<15) #define ATRACE_TAG_RS (1<<15)
#define ATRACE_TAG_BIONIC (1<<16) #define ATRACE_TAG_BIONIC (1<<16)
#define ATRACE_TAG_POWER (1<<17) #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. // Reserved for initialization.
#define ATRACE_TAG_NOT_READY (1LL<<63) #define ATRACE_TAG_NOT_READY (1LL<<63)