AutoLogCollector
public
final
enum
AutoLogCollector
extends Enum<AutoLogCollector>
| java.lang.Object | ||
| ↳ | java.lang.Enum<com.android.tradefed.device.metric.AutoLogCollector> | |
| ↳ | com.android.tradefed.device.metric.AutoLogCollector | |
การแจกแจงที่อธิบายว่าตัวแปรใดที่จัดการโดยแฮนเดิลได้โดยอัตโนมัติ
สรุป
ค่า enum | |
|---|---|
AutoLogCollector |
BUGREPORTZ_ON_FAILURE
|
AutoLogCollector |
BUGREPORTZ_ON_TESTCASE_FAILURE
|
AutoLogCollector |
CLANG_COVERAGE
|
AutoLogCollector |
CODE_COVERAGE
|
AutoLogCollector |
DEVICE_TRACE
|
AutoLogCollector |
GCOV_COVERAGE
|
AutoLogCollector |
GCOV_KERNEL_COVERAGE
|
AutoLogCollector |
HOSTLOG_ON_FAILURE
|
AutoLogCollector |
JAVA_COVERAGE
|
AutoLogCollector |
LOGCAT_ON_FAILURE
|
AutoLogCollector |
MODULE_LOGCAT
|
AutoLogCollector |
SCREENSHOT_ON_FAILURE
|
เมธอดสาธารณะ | |
|---|---|
BaseDeviceMetricCollector
|
getInstanceForValue()
แสดงผลอินสแตนซ์ของ Collector ที่เชื่อมโยงกับค่า |
static
AutoLogCollector
|
valueOf(String name)
|
static
final
AutoLogCollector[]
|
values()
|
ค่า enum
เมธอดสาธารณะ
getInstanceForValue
public BaseDeviceMetricCollector getInstanceForValue ()
แสดงผลอินสแตนซ์ของ Collector ที่เชื่อมโยงกับค่า AutoLogCollector
| คิกรีเทิร์น | |
|---|---|
BaseDeviceMetricCollector |
|
valueOf
public static AutoLogCollector valueOf (String name)
| พารามิเตอร์ | |
|---|---|
name |
String |
| คิกรีเทิร์น | |
|---|---|
AutoLogCollector |
|