Merge "Add systrace tag for thermal"

This commit is contained in:
Treehugger Robot 2022-02-18 16:54:53 +00:00 committed by Gerrit Code Review
commit 1889a41c88
1 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,8 @@ __BEGIN_DECLS
#define ATRACE_TAG_AIDL (1<<24)
#define ATRACE_TAG_NNAPI (1<<25)
#define ATRACE_TAG_RRO (1<<26)
#define ATRACE_TAG_LAST ATRACE_TAG_RRO
#define ATRACE_TAG_THERMAL (1 << 27)
#define ATRACE_TAG_LAST ATRACE_TAG_THERMAL
// Reserved for initialization.
#define ATRACE_TAG_NOT_READY (1ULL<<63)