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()
|
列挙値
パブリック メソッド
getInstanceForValue
public BaseDeviceMetricCollector getInstanceForValue ()
AutoLogCollector
値に関連付けられたコレクタのインスタンスを返します。
戻り値 | |
---|---|
BaseDeviceMetricCollector |