From 94b21c0c8cc10d59df6419dea2338945a14dfc8a Mon Sep 17 00:00:00 2001 From: Bowgo Tsai Date: Thu, 15 Jul 2021 10:13:33 +0000 Subject: [PATCH] Revert "Add systrace tag for system property" Revert "Add systrace tag for system property" Revert "Add systrace tag for system property" Revert "Adding system property tracing" Revert submission 1403568-sysprop_trace Reason for revert: makes property get/set non-reentrant Reverted Changes: I6f85f3f52:Add systrace tag for system property Id2b93acb2:Adding system property tracing Id78992d23:Add systrace tag for system property I1ba9fc7bd:Add systrace tag for system property Ignore-AOSP-First: b/193050299#comment17 Bug: 193050299 Change-Id: I9305003531c6a86194d55dc72c613337d213b53d Merged-In: I9305003531c6a86194d55dc72c613337d213b53d Test: build and boot a device (cherry picked from commit 18e0f65cbf86b141bd621a1adb0f384b99f86e29) --- libcutils/include/cutils/trace.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libcutils/include/cutils/trace.h b/libcutils/include/cutils/trace.h index ef426ff7b..24c6ae629 100644 --- a/libcutils/include/cutils/trace.h +++ b/libcutils/include/cutils/trace.h @@ -75,8 +75,7 @@ __BEGIN_DECLS #define ATRACE_TAG_AIDL (1<<24) #define ATRACE_TAG_NNAPI (1<<25) #define ATRACE_TAG_RRO (1<<26) -#define ATRACE_TAG_SYSPROP (1<<27) -#define ATRACE_TAG_LAST ATRACE_TAG_SYSPROP +#define ATRACE_TAG_LAST ATRACE_TAG_RRO // Reserved for initialization. #define ATRACE_TAG_NOT_READY (1ULL<<63)