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 | ||||
החריג הזה מופעל אם המכשיר לא מצליח לבצע אתחול אחרי שבוצע בו פלאשינג עם build.
סיכום
constructors ציבוריים | |
|---|---|
DeviceFailedToBootError(String reason, DeviceDescriptor descriptor)
ה-constructor הזה הוצא משימוש.
במקום זאת, אפשר להשתמש ב- |
|
DeviceFailedToBootError(String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId)
יוצר (@link DeviceFailedToBootError} חדש עם הודעת שגיאה מפורטת. |
|
DeviceFailedToBootError(String reason, DeviceDescriptor descriptor, Throwable cause, ErrorIdentifier errorId)
יוצר (@link DeviceFailedToBootError} חדש עם הודעת שגיאה מפורטת. |
|
constructors ציבוריים
DeviceFailedToBootError
public DeviceFailedToBootError (String reason,
DeviceDescriptor descriptor)
הבונה הזה הוצא משימוש.
במקום זאת, צריך להשתמש ב-DeviceFailedToBootError(String,DeviceDescriptor,ErrorIdentifier)
יוצר (@link DeviceFailedToBootError} חדש עם הודעת שגיאה מפורטת.
| פרמטרים | |
|---|---|
reason |
String: הודעת שגיאה עם פרטים נוספים על כשל האתחול |
descriptor |
DeviceDescriptor: תיאור המכשיר שחל עליו החריג |
DeviceFailedToBootError
public DeviceFailedToBootError (String reason,
DeviceDescriptor descriptor,
ErrorIdentifier errorId)יוצר (@link DeviceFailedToBootError} חדש עם הודעת שגיאה מפורטת.
| פרמטרים | |
|---|---|
reason |
String: הודעת שגיאה עם פרטים נוספים על כשל האתחול |
descriptor |
DeviceDescriptor: תיאור המכשיר שחל עליו החריג |
errorId |
ErrorIdentifier: מזהה השגיאה של השגיאה הזו. |
DeviceFailedToBootError
public DeviceFailedToBootError (String reason,
DeviceDescriptor descriptor,
Throwable cause,
ErrorIdentifier errorId)יוצר (@link DeviceFailedToBootError} חדש עם הודעת שגיאה מפורטת.
| פרמטרים | |
|---|---|
reason |
String: הודעת שגיאה עם פרטים נוספים על כשל האתחול |
descriptor |
DeviceDescriptor: תיאור המכשיר שחל עליו החריג |
cause |
Throwable: הסיבה המקורית לחריגה |
errorId |
ErrorIdentifier: מזהה השגיאה של השגיאה הזו. |