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

Commit 114beb21 authored by Todd Kennedy's avatar Todd Kennedy
Browse files

Add a trace constant for PackageManager

Change-Id: Ida391be765c63d7b6da3d9fd9d1d975e51b4f3e7
parent 158560ad
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;