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 |
Ereignisse, die nützlich sind, um protokolliert zu werden
Zusammenfassung
Enum-Werte | |
---|---|
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
|
Öffentliche Methoden | |
---|---|
static ILogRegistry.EventType | valueOf (String name) |
static final EventType[] | values () |
Enum-Werte
DEVICE_CONNECTED_OFFLINE
public static final ILogRegistry.EventType DEVICE_CONNECTED_OFFLINE
GERÄT GETRENNT
public static final ILogRegistry.EventType DEVICE_DISCONNECTED
HEAP_MEMORY
public static final ILogRegistry.EventType HEAP_MEMORY
INVOCATION_END
public static final ILogRegistry.EventType INVOCATION_END
SHARD_POLLER_EARLY_TERMINATION
public static final ILogRegistry.EventType SHARD_POLLER_EARLY_TERMINATION
Öffentliche Methoden
Wert von
public static ILogRegistry.EventType valueOf (String name)
Parameter | |
---|---|
name | String |
Kehrt zurück | |
---|---|
ILogRegistry.EventType |
Alle Inhalte und Codebeispiele auf dieser Seite unterliegen den Lizenzen wie im Abschnitt Inhaltslizenz beschrieben. Java und OpenJDK sind Marken oder eingetragene Marken von Oracle und/oder seinen Tochtergesellschaften.
Zuletzt aktualisiert: 2023-04-28 (UTC).
[]
[]