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

Commit e8586725 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add systrace tag for system property" am: bd04e459

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

Change-Id: I9fb99cc5419d43050581a6eed7f56ef15d730b72
parents 711a4b4b bd04e459
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -101,6 +101,8 @@ public final class Trace {
    public static final long TRACE_TAG_NNAPI = 1L << 25;
    /** @hide */
    public static final long TRACE_TAG_RRO = 1L << 26;
    /** @hide */
    public static final long TRACE_TAG_SYSPROP = 1L << 27;

    private static final long TRACE_TAG_NOT_READY = 1L << 63;
    private static final int MAX_SECTION_NAME_LEN = 127;