Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Add systrace tag for RRO
Browse files Browse the repository at this point in the history
Introduce a new systrace tag, TRACE_TAG_RRO, for use with runtime
resource overlay.

Bug: 119761810
Test: builds
Merged-In: I7b883d107a9ae2b12bbda04b74001a68e2a904aa
Change-Id: I7b883d107a9ae2b12bbda04b74001a68e2a904aa
  • Loading branch information
amhk authored and Todd Kennedy committed Jan 8, 2019
1 parent 6eec7f0 commit ee95345
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libcutils/include/cutils/trace.h
Expand Up @@ -75,7 +75,8 @@ __BEGIN_DECLS
#define ATRACE_TAG_VIBRATOR (1<<23)
#define ATRACE_TAG_AIDL (1<<24)
#define ATRACE_TAG_NNAPI (1<<25)
#define ATRACE_TAG_LAST ATRACE_TAG_NNAPI
#define ATRACE_TAG_RRO (1<<26)
#define ATRACE_TAG_LAST ATRACE_TAG_RRO

// Reserved for initialization.
#define ATRACE_TAG_NOT_READY (1ULL<<63)
Expand Down

0 comments on commit ee95345

Please sign in to comment.