อุปกรณ์ไม่ตอบสนองException

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

DeviceUnresponsiveException (String msg, String serial, ErrorIdentifier errorId)

สร้าง DeviceUnresponsiveException

DeviceUnresponsiveException (String msg, Throwable cause, String serial)

สร้าง DeviceUnresponsiveException

DeviceUnresponsiveException (String msg, Throwable cause, String serial, ErrorIdentifier errorId)

สร้าง DeviceUnresponsiveException

ผู้รับเหมาก่อสร้างสาธารณะ

อุปกรณ์ไม่ตอบสนองException

public DeviceUnresponsiveException (String msg, 
                String serial)

สร้าง DeviceUnresponsiveException

พารามิเตอร์
msg String : ข้อความอธิบาย

serial String : ซีเรียลของอุปกรณ์ที่เกี่ยวข้อง

อุปกรณ์ไม่ตอบสนองException

public DeviceUnresponsiveException (String msg, 
                String serial, 
                ErrorIdentifier errorId)

สร้าง DeviceUnresponsiveException

พารามิเตอร์
msg String : ข้อความอธิบาย

serial String : ซีเรียลของอุปกรณ์ที่เกี่ยวข้อง

errorId ErrorIdentifier : ตัวระบุข้อผิดพลาดสำหรับข้อผิดพลาดนี้

อุปกรณ์ไม่ตอบสนองException

public DeviceUnresponsiveException (String msg, 
                Throwable cause, 
                String serial)

สร้าง DeviceUnresponsiveException

พารามิเตอร์
msg String : ข้อความอธิบาย

cause Throwable : Root Throwable ที่ทำให้อุปกรณ์ใช้งานไม่ได้

serial String : ซีเรียลของอุปกรณ์ที่เกี่ยวข้อง

อุปกรณ์ไม่ตอบสนองException

public DeviceUnresponsiveException (String msg, 
                Throwable cause, 
                String serial, 
                ErrorIdentifier errorId)

สร้าง DeviceUnresponsiveException

พารามิเตอร์
msg String : ข้อความอธิบาย

cause Throwable : Root Throwable ที่ทำให้อุปกรณ์ใช้งานไม่ได้

serial String : ซีเรียลของอุปกรณ์ที่เกี่ยวข้อง

errorId ErrorIdentifier : ตัวระบุข้อผิดพลาดสำหรับข้อผิดพลาดนี้