Add systrace tag for thermal

Bug: 218939123
Test: build
Change-Id: Id899df349e83fa7bf4d962e88d683488632df702
This commit is contained in:
TeYuan Wang 2022-02-11 20:55:31 +08:00
parent 075b6d725e
commit 5ad0a9f864

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)