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

Commit c08b50df authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 24bc41b7: Add new resources trace.

* commit '24bc41b7':
  Add new resources trace.
parents 821620f5 24bc41b7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -64,7 +64,8 @@ __BEGIN_DECLS
#define ATRACE_TAG_CAMERA           (1<<10)
#define ATRACE_TAG_HAL              (1<<11)
#define ATRACE_TAG_APP              (1<<12)
#define ATRACE_TAG_LAST             ATRACE_TAG_APP
#define ATRACE_TAG_RESOURCES        (1<<13)
#define ATRACE_TAG_LAST             ATRACE_TAG_RESOURCES

// Reserved for initialization.
#define ATRACE_TAG_NOT_READY        (1LL<<63)