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

Commit c02befec authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add systrace tag for system property" into rvc-dev-plus-aosp am: baaf7f85 am: 21e09283

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12406766

Change-Id: I31efbcb05cd5e748c0bf2653c86a6710cd38276c
parents 5ded9f9c 21e09283
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -102,6 +102,8 @@ public final class Trace {
    /** @hide */
    public static final long TRACE_TAG_RRO = 1L << 26;
    /** @hide */
    public static final long TRACE_TAG_SYSPROP = 1L << 27;
    /** @hide */
    public static final long TRACE_TAG_APEX_MANAGER = 1L << 18;

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