Add a trace constant for PackageManager

Change-Id: Iff63b3d31ba9b997bd61c58c9df5afe2dfd7be7a
This commit is contained in:
Todd Kennedy 2015-08-03 09:58:01 -07:00
parent 11ca81fc3c
commit da106ad28c

View file

@ -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)