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

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

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

* commit '772c6c0d':
  Add a trace constant for PackageManager
parents 57f2d561 772c6c0d
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;