DeviceErrorIdentifier
public
final
enum
DeviceErrorIdentifier
extends Enum<DeviceErrorIdentifier>
implements
ErrorIdentifier
java.lang.Object | ||
↳ | java.lang.Enum<com.android.tradefed.result.error.DeviceErrorIdentifier> | |
↳ | com.android.tradefed.result.error.DeviceErrorIdentifier |
Error Identifiers from Device errors and device reported errors.
Summary
Enum values | |
---|---|
DeviceErrorIdentifier |
AAPT_PARSER_FAILED
|
DeviceErrorIdentifier |
ADB_DISCONNECT
|
DeviceErrorIdentifier |
APEX_ROLLBACK_FAILED
|
DeviceErrorIdentifier |
APK_INSTALLATION_FAILED
|
DeviceErrorIdentifier |
DEVICE_ACTION_EXECUTION_FAILURE
|
DeviceErrorIdentifier |
DEVICE_CRASHED
|
DeviceErrorIdentifier |
DEVICE_FAILED_BLUETOOTH_PAIRING
|
DeviceErrorIdentifier |
DEVICE_FAILED_TO_REMOUNT
|
DeviceErrorIdentifier |
DEVICE_FAILED_TO_RESET
|
DeviceErrorIdentifier |
DEVICE_FAILED_TO_RESTORE_SNAPSHOT
|
DeviceErrorIdentifier |
DEVICE_FAILED_TO_RESTORE_SNAPSHOT_NOT_ENOUGH_SPACE
|
DeviceErrorIdentifier |
DEVICE_FAILED_TO_RESUME
|
DeviceErrorIdentifier |
DEVICE_FAILED_TO_SNAPSHOT
|
DeviceErrorIdentifier |
DEVICE_FAILED_TO_STOP
|
DeviceErrorIdentifier |
DEVICE_FAILED_TO_SUSPEND
|
DeviceErrorIdentifier |
DEVICE_UNAVAILABLE
|
DeviceErrorIdentifier |
DEVICE_UNEXPECTED_RESPONSE
|
DeviceErrorIdentifier |
DEVICE_UNRESPONSIVE
|
DeviceErrorIdentifier |
ERROR_AFTER_FLASHING
|
DeviceErrorIdentifier |
FAILED_TO_CONNECT_TO_GCE
|
DeviceErrorIdentifier |
FAILED_TO_CONNECT_TO_TCP_DEVICE
|
DeviceErrorIdentifier |
FAILED_TO_LAUNCH_GCE
|
DeviceErrorIdentifier |
FAIL_ACTIVATE_APEX
|
DeviceErrorIdentifier |
FAIL_PULL_FILE
|
DeviceErrorIdentifier |
FAIL_PUSH_FILE
|
DeviceErrorIdentifier |
INSTRUMENTATION_CRASH
|
DeviceErrorIdentifier |
INSTRUMENTATION_LOWMEMORYKILLER
|
DeviceErrorIdentifier |
KERNEL_MODULE_INSTALLATION_FAILED
|
DeviceErrorIdentifier |
MAINLINE_MODULE_ROLLBACK_DETECTED
|
DeviceErrorIdentifier |
SHELL_COMMAND_ERROR
|
DeviceErrorIdentifier |
UNEXPECTED_REBOOT
|
Public methods | |
---|---|
long
|
code()
The unique code identifying the error. |
TestRecordProto.FailureStatus
|
status()
The failure status associated with the identifier, this status is expected to align with the FailureDescription one. |
static
DeviceErrorIdentifier
|
valueOf(String name)
|
static
final
DeviceErrorIdentifier[]
|
values()
|
Enum values
DEVICE_ACTION_EXECUTION_FAILURE
public static final DeviceErrorIdentifier DEVICE_ACTION_EXECUTION_FAILURE
DEVICE_FAILED_BLUETOOTH_PAIRING
public static final DeviceErrorIdentifier DEVICE_FAILED_BLUETOOTH_PAIRING
DEVICE_FAILED_TO_RESTORE_SNAPSHOT
public static final DeviceErrorIdentifier DEVICE_FAILED_TO_RESTORE_SNAPSHOT
DEVICE_FAILED_TO_RESTORE_SNAPSHOT_NOT_ENOUGH_SPACE
public static final DeviceErrorIdentifier DEVICE_FAILED_TO_RESTORE_SNAPSHOT_NOT_ENOUGH_SPACE
FAILED_TO_CONNECT_TO_TCP_DEVICE
public static final DeviceErrorIdentifier FAILED_TO_CONNECT_TO_TCP_DEVICE
INSTRUMENTATION_LOWMEMORYKILLER
public static final DeviceErrorIdentifier INSTRUMENTATION_LOWMEMORYKILLER
KERNEL_MODULE_INSTALLATION_FAILED
public static final DeviceErrorIdentifier KERNEL_MODULE_INSTALLATION_FAILED
MAINLINE_MODULE_ROLLBACK_DETECTED
public static final DeviceErrorIdentifier MAINLINE_MODULE_ROLLBACK_DETECTED
Public methods
code
public long code ()
The unique code identifying the error.
Returns | |
---|---|
long |
status
public TestRecordProto.FailureStatus status ()
The failure status associated with the identifier, this status is expected to align with the FailureDescription one.
Returns | |
---|---|
TestRecordProto.FailureStatus |
valueOf
public static DeviceErrorIdentifier valueOf (String name)
Parameters | |
---|---|
name |
String |
Returns | |
---|---|
DeviceErrorIdentifier |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-10-08 UTC.