Trình ghi nhật ký tự động

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


Bảng liệt kê mô tả trình thu thập nào có thể tự động được khai thác xử lý.

Tóm tắt

Giá trị enum

AutoLogCollector  BUGREPORTZ_ON_FAILURE

 

AutoLogCollector  CLANG_COVERAGE

 

AutoLogCollector  GCOV_COVERAGE

 

AutoLogCollector  HOSTLOG_ON_FAILURE

 

AutoLogCollector  JAVA_COVERAGE

 

AutoLogCollector  LOGCAT_ON_FAILURE

 

AutoLogCollector  SCREENSHOT_ON_FAILURE

 

Phương thức công khai

BaseDeviceMetricCollector getInstanceForValue()

Trả về thực thể của trình thu thập liên kết với giá trị AutoLogCollector.

static AutoLogCollector valueOf(String name)
static final AutoLogCollector[] values()

Giá trị enum

BUGREPORTZ_ON_FAILURE

public static final AutoLogCollector BUGREPORTZ_ON_FAILURE

CEN_COVERAGE

public static final AutoLogCollector CLANG_COVERAGE

GCOV_COVERAGE

public static final AutoLogCollector GCOV_COVERAGE

HOSTLOG_ON_FAILURE

public static final AutoLogCollector HOSTLOG_ON_FAILURE

JAVA_COVERAGE

public static final AutoLogCollector JAVA_COVERAGE

LOGCAT_ON_FAILURE

public static final AutoLogCollector LOGCAT_ON_FAILURE

SCREENSHOT_ON_FAILURE

public static final AutoLogCollector SCREENSHOT_ON_FAILURE

Phương thức công khai

getInstanceForValue

public BaseDeviceMetricCollector getInstanceForValue ()

Trả về thực thể của trình thu thập liên kết với giá trị AutoLogCollector.

Giá trị trả về
BaseDeviceMetricCollector

giá trị của

public static AutoLogCollector valueOf (String name)

Tham số
name String

Giá trị trả về
AutoLogCollector

giá trị

public static final AutoLogCollector[] values ()

Giá trị trả về
AutoLogCollector[]