שגיאת DeviceנכשלToBootError
public
class
DeviceFailedToBootError
extends BuildError
JavaScript.lang.Object | |||
↳ | com.android.tradefed.error.Harness מפרסמים | ||
↳ | com.android.tradefed.targetprep.BuildError | ||
↳ | com.android.tradefed.targetprep.DeviceFailedToBootError |
מקבלים התראה אם האתחול של מכשיר נכשל אחרי הבהוב ב-build.
סיכום
בנאים ציבוריים | |
---|---|
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} עם הודעת שגיאה מפורטת. |
בנאים ציבוריים
שגיאת DeviceנכשלToBootError
public DeviceFailedToBootError (String reason, DeviceDescriptor descriptor)
ה-constructor הזה הוצא משימוש.
שימוש ב-DeviceFailedToBootError(String, com.android.tradefed.command.remote.DeviceDescriptor, com.android.tradefed.result.error.ErrorIdentifier)
במקום זאת
בונה שגיאה חדשה (@link DeviceFailedToBootError} עם הודעת שגיאה מפורטת.
פרמטרים | |
---|---|
reason |
String : הודעת שגיאה שמספקת פרטים נוספים על כשל ההפעלה |
descriptor |
DeviceDescriptor : התיאור של המכשיר הנדון בחריג |
שגיאת DeviceנכשלToBootError
public DeviceFailedToBootError (String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId)
בונה שגיאה חדשה (@link DeviceFailedToBootError} עם הודעת שגיאה מפורטת.
פרמטרים | |
---|---|
reason |
String : הודעת שגיאה שמספקת פרטים נוספים על כשל ההפעלה |
descriptor |
DeviceDescriptor : התיאור של המכשיר הנדון בחריג |
errorId |
ErrorIdentifier : מזהה השגיאה של השגיאה. |
שגיאת DeviceנכשלToBootError
public DeviceFailedToBootError (String reason, DeviceDescriptor descriptor, Throwable cause, ErrorIdentifier errorId)
בונה שגיאה חדשה (@link DeviceFailedToBootError} עם הודעת שגיאה מפורטת.
פרמטרים | |
---|---|
reason |
String : הודעת שגיאה שמספקת פרטים נוספים על כשל ההפעלה |
descriptor |
DeviceDescriptor : התיאור של המכשיר הנדון בחריג |
cause |
Throwable : הסיבה המקורית לחריגה |
errorId |
ErrorIdentifier : מזהה השגיאה של השגיאה. |