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

Commit 772c6c0d authored by Todd Kennedy's avatar Todd Kennedy Committed by Android Git Automerger
Browse files

am 40f0efe0: Merge "Add a trace constant for PackageManager"

* commit '40f0efe0':
  Add a trace constant for PackageManager
parents b98e2353 40f0efe0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -75,6 +75,8 @@ public final class Trace {
    public static final long TRACE_TAG_BIONIC = 1L << 16;
    /** @hide */
    public static final long TRACE_TAG_POWER = 1L << 17;
    /** @hide */
    public static final long TRACE_TAG_PACKAGE_MANAGER = 1L << 18;

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