LogcatEventType

public final enum LogcatEventType
extends Enum<LogcatEventType>

java.lang.Object 中
   ↳ 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_完成

public static final LogcatEventType D2O_COMPLETE

下载完成

public static final LogcatEventType DOWNLOAD_COMPLETE

错误

public static final LogcatEventType ERROR

错误 FLAKY

public static final LogcatEventType ERROR_FLAKY

INFRA_TIMEOUT

public static final LogcatEventType INFRA_TIMEOUT

INSTALL_PROGRESS_更新

public static final LogcatEventType INSTALL_PROGRESS_UPDATE

补丁完成

public static final LogcatEventType PATCH_COMPLETE

更新_CLEANED_UP

public static final LogcatEventType UPDATE_CLEANED_UP

更新完成

public static final LogcatEventType UPDATE_COMPLETE

UPDATE_COMPLETE_NOT_ACTIVE 状态

public static final LogcatEventType UPDATE_COMPLETE_NOT_ACTIVE

更新开始

public static final LogcatEventType UPDATE_START

更新网址

public static final LogcatEventType UPDATE_URL_CHANGED

更新_VERIFIER_完成

public static final LogcatEventType UPDATE_VERIFIER_COMPLETE

公共方法

valueOf

public static LogcatEventType valueOf (String name)

参数
name String

返回
LogcatEventType

values

public static final LogcatEventType[] values ()

返回
LogcatEventType[]