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

Commit a487fb77 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am df0e9ed5: am 862be912: Merge "Updated Trace.h to recognize ATRACE_TAG_BIONIC."

* commit 'df0e9ed5':
  Updated Trace.h to recognize ATRACE_TAG_BIONIC.
parents f4e0bf9f df0e9ed5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -72,6 +72,8 @@ public final class Trace {
    public static final long TRACE_TAG_DALVIK = 1L << 14;
    /** @hide */
    public static final long TRACE_TAG_RS = 1L << 15;
    /** @hide */
    public static final long TRACE_TAG_BIONIC = 1L << 16;

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