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

Commit 69d68b69 authored by Jeff Brown's avatar Jeff Brown Committed by Android (Google) Code Review
Browse files

Merge "Add trace tag for power management." into lmp-dev

parents 935708be de4d9211
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -70,7 +70,8 @@ __BEGIN_DECLS
#define ATRACE_TAG_DALVIK           (1<<14)
#define ATRACE_TAG_RS               (1<<15)
#define ATRACE_TAG_BIONIC           (1<<16)
#define ATRACE_TAG_LAST             ATRACE_TAG_BIONIC
#define ATRACE_TAG_POWER            (1<<17)
#define ATRACE_TAG_LAST             ATRACE_TAG_POWER

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