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 | |
ספירה שמתארת איזה אוסף יכול להיות מטופל אוטומטית על ידי ה-harness.
סיכום
ערכי טיפוסים בני מנייה (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 |
MODULE_PERFETTO_COLLECTOR
|
AutoLogCollector |
SCREENSHOT_ON_FAILURE
|
AutoLogCollector |
SCREEN_RECORD_ON_FAILURE
|
methods ציבוריים | |
|---|---|
BaseDeviceMetricCollector
|
getInstanceForValue()
הפונקציה מחזירה את המופע של האוסף שמשויך לערך |
static
AutoLogCollector
|
valueOf(String name)
|
static
final
AutoLogCollector[]
|
values()
|
ערכי טיפוסים בני מנייה (enum)
methods ציבוריים
getInstanceForValue
public BaseDeviceMetricCollector getInstanceForValue ()
הפונקציה מחזירה את המופע של האוסף שמשויך לערך AutoLogCollector.
| החזרות | |
|---|---|
BaseDeviceMetricCollector |
|
valueOf
public static AutoLogCollector valueOf (String name)
| פרמטרים | |
|---|---|
name |
String |
| חזרה לרצף השגרה | |
|---|---|
AutoLogCollector |
|