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

Commit 540a1849 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am b3697ec2: am c752d6dd: am bf082ffb: Merge "Updated trace.h to recognize ATRACE_TAG_BIONIC."

* commit 'b3697ec2':
  Updated trace.h to recognize ATRACE_TAG_BIONIC.
parents 1142d8ec b3697ec2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -69,7 +69,8 @@ __BEGIN_DECLS
#define ATRACE_TAG_RESOURCES        (1<<13)
#define ATRACE_TAG_DALVIK           (1<<14)
#define ATRACE_TAG_RS               (1<<15)
#define ATRACE_TAG_LAST             ATRACE_TAG_RS
#define ATRACE_TAG_BIONIC           (1<<16)
#define ATRACE_TAG_LAST             ATRACE_TAG_BIONIC

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