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 |