DeviceFailedToBootError
public
class
DeviceFailedToBootError
extends BuildError
| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | com.android.tradefed.error.HarnessException | ||||
| ↳ | com.android.tradefed.targetprep.BuildError | ||||
| ↳ | com.android.tradefed.targetprep.DeviceFailedToBootError | ||||
แสดงขึ้นหากอุปกรณ์เปิดไม่สำเร็จหลังจากแฟลชด้วยบิลด์
สรุป
ตัวสร้างแบบสาธารณะ | |
|---|---|
DeviceFailedToBootError(String reason, DeviceDescriptor descriptor)
ตัวสร้างนี้เลิกใช้งานแล้ว
ใช้ |
|
DeviceFailedToBootError(String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId)
สร้าง (@link DeviceFailedToBootError} ใหม่พร้อมข้อความแสดงข้อผิดพลาดโดยละเอียด |
|
ตัวสร้างแบบสาธารณะ
DeviceFailedToBootError
public DeviceFailedToBootError (String reason,
DeviceDescriptor descriptor)
ตัวสร้างนี้เลิกใช้งานแล้ว
ใช้ DeviceFailedToBootError(String, com.android.tradefed.command.remote.DeviceDescriptor, com.android.tradefed.result.error.ErrorIdentifier)
แทน
สร้าง (@link DeviceFailedToBootError} ใหม่พร้อมข้อความแสดงข้อผิดพลาดโดยละเอียด
| พารามิเตอร์ | |
|---|---|
reason |
String: ข้อความแสดงข้อผิดพลาดที่ระบุรายละเอียดเพิ่มเติมเกี่ยวกับการบูตที่ไม่สำเร็จ |
descriptor |
DeviceDescriptor: ตัวระบุอุปกรณ์ที่ได้รับผลกระทบจากข้อยกเว้น |
DeviceFailedToBootError
public DeviceFailedToBootError (String reason,
DeviceDescriptor descriptor,
ErrorIdentifier errorId)สร้าง (@link DeviceFailedToBootError} ใหม่พร้อมข้อความแสดงข้อผิดพลาดโดยละเอียด
| พารามิเตอร์ | |
|---|---|
reason |
String: ข้อความแสดงข้อผิดพลาดที่ระบุรายละเอียดเพิ่มเติมเกี่ยวกับการบูตที่ไม่สำเร็จ |
descriptor |
DeviceDescriptor: ตัวระบุอุปกรณ์ที่ได้รับผลกระทบจากข้อยกเว้น
|
errorId |
ErrorIdentifier |