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 |
Enumeration describing which collector can automatically be handled by the harness.
Summary
Enum values | |
---|---|
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
|
Public methods | |
---|---|
BaseDeviceMetricCollector
|
getInstanceForValue()
Returns the instance of collector associated with the |
static
AutoLogCollector
|
valueOf(String name)
|
static
final
AutoLogCollector[]
|
values()
|
Enum values
Public methods
getInstanceForValue
public BaseDeviceMetricCollector getInstanceForValue ()
Returns the instance of collector associated with the AutoLogCollector
value.
Returns | |
---|---|
BaseDeviceMetricCollector |
valueOf
public static AutoLogCollector valueOf (String name)
Parameters | |
---|---|
name |
String |
Returns | |
---|---|
AutoLogCollector |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2023-04-28 UTC.