public enum

Tracer.Mode

extends java.lang.Enum<Tracer.Mode>

 java.lang.Object

↳java.lang.Enum<Tracer.Mode>

↳androidx.test.uiautomator.Tracer.Mode

Overview

Enum that determines where the trace output goes. It can go to either logcat, log file or both.

Summary

Enum Constants
ALL
FILE
LOGCAT
NONE
Methods
public static Tracer.ModevalueOf(java.lang.String name)

public static Tracer.Modevalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

NONE

FILE

LOGCAT

ALL

Methods

public static Tracer.Mode values()

public static Tracer.Mode valueOf(java.lang.String name)