ILogRegistry.EventType

public static final enum ILogRegistry.EventType
extends Enum< ILogRegistry.EventType >

java.lang.Object
java.lang.Enum< com.android.tradefed.log.ILogRegistry.EventType >
com.android.tradefed.log.ILogRegistry.EventType


Eventi utili da registrare

Riepilogo

Valori di enumerazione

ILogRegistry.EventType DEVICE_CONNECTED

ILogRegistry.EventType DEVICE_CONNECTED_OFFLINE

ILogRegistry.EventType DEVICE_DISCONNECTED

ILogRegistry.EventType HEAP_MEMORY

ILogRegistry.EventType INVOCATION_END

ILogRegistry.EventType INVOCATION_START

ILogRegistry.EventType MODULE_DEVICE_NOT_AVAILABLE

ILogRegistry.EventType SHARD_POLLER_EARLY_TERMINATION

ILogRegistry.EventType UNEXPECTED_EXCEPTION

Metodi pubblici

static ILogRegistry.EventType valueOf (String name)
static final EventType[] values ()

Valori di enumerazione

DISPOSITIVO_CONNESSO

public static final ILogRegistry.EventType DEVICE_CONNECTED

DEVICE_CONNECTED_OFFLINE

public static final ILogRegistry.EventType DEVICE_CONNECTED_OFFLINE

DISPOSITIVO DISCONNESSO

public static final ILogRegistry.EventType DEVICE_DISCONNECTED

HEAP_MEMORIA

public static final ILogRegistry.EventType HEAP_MEMORY

INVOCAZIONE_END

public static final ILogRegistry.EventType INVOCATION_END

INVOCAZIONE_INIZIO

public static final ILogRegistry.EventType INVOCATION_START

MODULO_DISPOSITIVO_NON_DISPONIBILE

public static final ILogRegistry.EventType MODULE_DEVICE_NOT_AVAILABLE

SHARD_POLLER_EARLY_TERMINATION

public static final ILogRegistry.EventType SHARD_POLLER_EARLY_TERMINATION

INASPETTATO_ECCEZIONE

public static final ILogRegistry.EventType UNEXPECTED_EXCEPTION

Metodi pubblici

valore di

public static ILogRegistry.EventType valueOf (String name)

Parametri
name String

ritorna
ILogRegistry.EventType

valori

public static final EventType[] values ()

ritorna
EventType[]