Add systrace tag for RRO
Introduce a new systrace tag, TRACE_TAG_RRO, for use with runtime resource overlay. Bug: 119761810 Test: builds Merged-In: I7b883d107a9ae2b12bbda04b74001a68e2a904aa Change-Id: I7b883d107a9ae2b12bbda04b74001a68e2a904aa
This commit is contained in:
parent
6eec7f031e
commit
ee9534515e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue