AutoLogCollector
public
final
enum
AutoLogCollector
extends Enum<AutoLogCollector>
JavaScript.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 |
ערך של
public static AutoLogCollector valueOf (String name)
פרמטרים | |
---|---|
name |
String |
החזרות | |
---|---|
AutoLogCollector |