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

Commit 8c82b352 authored by Brigid Smith's avatar Brigid Smith
Browse files

Updated trace.h to recognize ATRACE_TAG_BIONIC.

Bug: 15116468
Change-Id: If8d4971505ffe5cbc193c6ad71618a5adb8192b6
parent 4a343436
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -68,7 +68,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)