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

* commit '40f0efe03df87cf340de089bcb09010a88f8a120':
  Add a trace constant for PackageManager
This commit is contained in:
Todd Kennedy
2015-08-03 17:54:53 +00:00
committed by Android Git Automerger

View File

@@ -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;