日志事件类型
public final enum LogcatEventType
extends Enum< LogcatEventType >
对象 | ||
↳ | java.lang.Enum中< com.android.tradefed.util.LogcatEventType > | |
↳ | com.android.tradefed.util.LogcatEventType |
事件类型LogcatEventParser
。
概括
枚举值 | |
---|---|
LogcatEventType | D2O_COMPLETE |
LogcatEventType | DOWNLOAD_COMPLETE |
LogcatEventType | ERROR |
LogcatEventType | ERROR_FLAKY |
LogcatEventType | INFRA_TIMEOUT |
LogcatEventType | INSTALL_PROGRESS_UPDATE |
LogcatEventType | PATCH_COMPLETE |
LogcatEventType | UPDATE_CLEANED_UP |
LogcatEventType | UPDATE_COMPLETE |
LogcatEventType | UPDATE_COMPLETE_NOT_ACTIVE |
LogcatEventType | UPDATE_START |
LogcatEventType | UPDATE_URL_CHANGED |
LogcatEventType | UPDATE_VERIFIER_COMPLETE
|
公共方法 | |
---|---|
static LogcatEventType | valueOf (String name) |
static final LogcatEventType[] | values () |
枚举值
D2O_COMPLETE
public static final LogcatEventType D2O_COMPLETE
下载完成
public static final LogcatEventType DOWNLOAD_COMPLETE
错误
public static final LogcatEventType ERROR
ERROR_FLAKY
public static final LogcatEventType ERROR_FLAKY
INSTALL_PROGRESS_UPDATE
public static final LogcatEventType INSTALL_PROGRESS_UPDATE
PATCH_COMPLETE
public static final LogcatEventType PATCH_COMPLETE
UPDATE_CLEANED_UP
public static final LogcatEventType UPDATE_CLEANED_UP
UPDATE_COMPLETE_NOT_ACTIVE
public static final LogcatEventType UPDATE_COMPLETE_NOT_ACTIVE
更新_开始
public static final LogcatEventType UPDATE_START
公共方法
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.
[]
[]