We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b8ef3 commit 24dae6cCopy full SHA for 24dae6c
core/java/android/os/Trace.java
@@ -38,6 +38,7 @@ public final class Trace {
38
public static final long TRACE_TAG_ACTIVITY_MANAGER = 1L << 6;
39
public static final long TRACE_TAG_SYNC_MANAGER = 1L << 7;
40
public static final long TRACE_TAG_AUDIO = 1L << 8;
41
+ public static final long TRACE_TAG_VIDEO = 1L << 9;
42
43
public static final int TRACE_FLAGS_START_BIT = 1;
44
public static final String[] TRACE_TAGS = {
0 commit comments