DeviceFatalError
public
class
DeviceFatalError
extends Object
java.lang.Object | |
↳ | com.android.tradefed.device.DeviceFatalError |
Thrown when a fatal error has occurred with device, and it should no longer be used for testing. This should typically be used when the device is still visible through adb, but it is in some known-to-be unrecoverable state. Or if an "interesting" exception condition happened, that requires human inspection while device is in the current state.
Summary
Public constructors | |
---|---|
DeviceFatalError(String msg)
Creates a |
Public constructors
DeviceFatalError
public DeviceFatalError (String msg)
Creates a DeviceFatalError
.
Parameters | |
---|---|
msg |
String : a descriptive error message of the error
|