LogcatEventType

public final enum LogcatEventType
extends Enum< LogcatEventType >

java.lang.Object
java.lang.Enum< com.android.tradefed.util.LogcatEventType >
com.android.tradefed.util.LogcatEventType


Tipos de eventos para LogcatEventParser .

Resumo

Valores de enumeração

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

Métodos públicos

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

Valores de enumeração

D2O_COMPLETE

public static final LogcatEventType D2O_COMPLETE

DOWNLOAD COMPLETO

public static final LogcatEventType DOWNLOAD_COMPLETE

ERRO

public static final LogcatEventType ERROR

ERROR_FLAKY

public static final LogcatEventType ERROR_FLAKY

INFRA_TIMEOUT

public static final LogcatEventType INFRA_TIMEOUT

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

ATUALIZAÇÃO COMPLETA

public static final LogcatEventType UPDATE_COMPLETE

UPDATE_COMPLETE_NOT_ACTIVE

public static final LogcatEventType UPDATE_COMPLETE_NOT_ACTIVE

UPDATE_START

public static final LogcatEventType UPDATE_START

UPDATE_URL_CHANGED

public static final LogcatEventType UPDATE_URL_CHANGED

UPDATE_VERIFIER_COMPLETE

public static final LogcatEventType UPDATE_VERIFIER_COMPLETE

Métodos públicos

valor de

public static LogcatEventType valueOf (String name)

Parâmetros
name String

Devoluções
LogcatEventType

valores

public static final LogcatEventType[] values ()

Devoluções
LogcatEventType[]