DeviceUnresponsiveException
public class DeviceUnresponsiveException
extends DeviceNotAvailableException
java.lang.Object | |||
↳ | com.android.tradefed.error.HarnessException | ||
↳ | com.android.tradefed.device.DeviceNotAvailableException | ||
↳ | com.android.tradefed.device.DeviceUnresponsiveException |
ความเชี่ยวชาญเฉพาะด้านของ DeviceNotAvailableException
ที่บ่งชี้ว่า adb สามารถมองเห็นอุปกรณ์ได้ แต่ไม่ตอบสนอง (เช่น คำสั่งหมดเวลา ไม่บูต เป็นต้น)
สรุป
ผู้สร้างสาธารณะ | |
---|---|
DeviceUnresponsiveException (String msg, String serial) | |
DeviceUnresponsiveException (String msg, String serial, ErrorIdentifier errorId) | |
DeviceUnresponsiveException (String msg, Throwable cause, String serial) | |
DeviceUnresponsiveException (String msg, Throwable cause, String serial, ErrorIdentifier errorId) |
ผู้สร้างสาธารณะ
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg, String serial)
สร้าง DeviceUnresponsiveException
พารามิเตอร์ | |
---|---|
msg | String : ข้อความอธิบาย |
serial | String : อนุกรมของอุปกรณ์ที่เกี่ยวข้อง |
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg, String serial, ErrorIdentifier errorId)
สร้าง DeviceUnresponsiveException
พารามิเตอร์ | |
---|---|
msg | String : ข้อความอธิบาย |
serial | String : อนุกรมของอุปกรณ์ที่เกี่ยวข้อง |
errorId | ErrorIdentifier : ตัวระบุข้อผิดพลาดสำหรับข้อผิดพลาดนี้ |
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg, Throwable cause, String serial)
สร้าง DeviceUnresponsiveException
พารามิเตอร์ | |
---|---|
msg | String : ข้อความอธิบาย |
cause | Throwable : รูท ERROR(/Throwable) ที่ทำให้อุปกรณ์ใช้งานไม่ได้ |
serial | String : อนุกรมของอุปกรณ์ที่เกี่ยวข้อง |
DeviceUnresponsiveException
public DeviceUnresponsiveException (String msg, Throwable cause, String serial, ErrorIdentifier errorId)
สร้าง DeviceUnresponsiveException
พารามิเตอร์ | |
---|---|
msg | String : ข้อความอธิบาย |
cause | Throwable : รูท ERROR(/Throwable) ที่ทำให้อุปกรณ์ใช้งานไม่ได้ |
serial | String : อนุกรมของอุปกรณ์ที่เกี่ยวข้อง |
errorId | ErrorIdentifier : ตัวระบุข้อผิดพลาดสำหรับข้อผิดพลาดนี้ |