Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 137d78bb authored by Bowgo Tsai's avatar Bowgo Tsai
Browse files

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

Bug: 193050299
Change-Id: Iaf522b403e51abcf1d49804f35a184b4aa0d3209
Test: build and boot a device
parent 452aed7c
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -102,8 +102,6 @@ public final class Trace {
    /** @hide */
    /** @hide */
    public static final long TRACE_TAG_RRO = 1L << 26;
    public static final long TRACE_TAG_RRO = 1L << 26;
    /** @hide */
    /** @hide */
    public static final long TRACE_TAG_SYSPROP = 1L << 27;
    /** @hide */
    public static final long TRACE_TAG_APEX_MANAGER = 1L << 18;
    public static final long TRACE_TAG_APEX_MANAGER = 1L << 18;


    private static final long TRACE_TAG_NOT_READY = 1L << 63;
    private static final long TRACE_TAG_NOT_READY = 1L << 63;