자동 로그 수집기
public final enum AutoLogCollector
extends Enum< AutoLogCollector >
java.lang.객체 | ||
↳ | java.lang.Enum < com.android.tradefed.device.metric.AutoLogCollector > | |
↳ | com.android.tradefed.device.metric.AutoLogCollector |
하네스가 자동으로 처리할 수 있는 수집기를 설명하는 열거입니다.
요약
열거형 값 | |
---|---|
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
|
공개 메서드 | |
---|---|
BaseDeviceMetricCollector | getInstanceForValue () 과 관련된 컬렉터의 인스턴스를 돌려줍니다 |
static AutoLogCollector | valueOf (String name) |
static final AutoLogCollector[] | values () |
열거형 값
BUGREPORTZ_ON_FAILURE
public static final AutoLogCollector BUGREPORTZ_ON_FAILURE
CLANG_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
공개 메서드
getInstanceForValue
public BaseDeviceMetricCollector getInstanceForValue ()
과 관련된 컬렉터의 인스턴스를 돌려줍니다 AutoLogCollector
값입니다.
보고 | |
---|---|
BaseDeviceMetricCollector |
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 2021-10-04 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"필요한 정보가 없음"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"너무 복잡함/단계 수가 너무 많음"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"오래됨"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"샘플/코드 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]