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

Commit ed853fc4 authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Add audio tag to systrace

Change-Id: I3c5af7c5d166ff24ef57918a4dbda6327b03cc1f
parent d0c66f6a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -37,6 +37,7 @@ public final class Trace {
    public static final long TRACE_TAG_WINDOW_MANAGER = 1L << 5;
    public static final long TRACE_TAG_ACTIVITY_MANAGER = 1L << 6;
    public static final long TRACE_TAG_SYNC_MANAGER = 1L << 7;
    public static final long TRACE_TAG_AUDIO = 1L << 8;

    private static final long sEnabledTags = nativeGetEnabledTags();