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

Commit f558780c authored by Jeff Brown's avatar Jeff Brown
Browse files

Add a label for the new video trace tag.

Change-Id: Ie296b4b5ca73987cdea7766f8698fc43704b2e81
parent 2977286d
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";