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

Commit 4c98c363 authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am 4fcef3c6: am 6dc23b8e: Merge "Add a label for the new video trace tag." into jb-dev

* commit '4fcef3c6':
  Add a label for the new video trace tag.
parents 7ac51512 4fcef3c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ public final class Trace {
    public static final int TRACE_FLAGS_START_BIT = 1;
    public static final String[] TRACE_TAGS = {
        "Graphics", "Input", "View", "WebView", "Window Manager",
        "Activity Manager", "Sync Manager", "Audio"
        "Activity Manager", "Sync Manager", "Audio", "Video",
    };

    public static final String PROPERTY_TRACE_TAG_ENABLEFLAGS = "debug.atrace.tags.enableflags";