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 |
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()
|
static
AutoLogCollector
|
valueOf(String name)
|
static
final
AutoLogCollector[]
|
values()
|
Enum 값
공개 메서드
getInstanceForValue
public BaseDeviceMetricCollector getInstanceForValue ()
AutoLogCollector
값과 연결된 수집기의 인스턴스를 반환합니다.
반환 값 | |
---|---|
BaseDeviceMetricCollector |