Merge "Revert "Add systrace tag for system property"" into sc-dev

This commit is contained in:
TreeHugger Robot 2021-07-23 17:04:39 +00:00 committed by Android (Google) Code Review
commit f3fea37772

View file

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