We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9e27d4 + 24dae6c commit d83fdd0Copy full SHA for d83fdd0
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