Skip to content

Commit

Permalink
Merge "Add trace tag for power management." into lmp-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brown authored and Android (Google) Code Review committed Aug 15, 2014
2 parents 935708b + de4d921 commit 69d68b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/cutils/trace.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 69d68b6

Please sign in to comment.