Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6782ca0b authored by Todd Kennedy's avatar Todd Kennedy Committed by Gerrit Code Review
Browse files

Merge "Add a trace constant for PackageManager"

parents 11ca81fc da106ad2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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)