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

ERROR_FLAKY

public static final LogcatEventType ERROR_FLAKY

INFRA_TIMEOUT

public static final LogcatEventType INFRA_TIMEOUT

更新中

public static final LogcatEventType INSTALL_PROGRESS_UPDATE

PATCH_COMPLETE

public static final LogcatEventType PATCH_COMPLETE

更新

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

UPDATE_URL_CHANGED

public static final LogcatEventType UPDATE_URL_CHANGED

更新完成

public static final LogcatEventType UPDATE_VERIFIER_COMPLETE

公用方法

public static LogcatEventType valueOf (String name)

參數
name String

傳回
LogcatEventType

public static final LogcatEventType[] values ()

傳回
LogcatEventType[]