DeviceFailedToBootError
  public
  
  
  
  class
  DeviceFailedToBootError
  
  
  
  
  
  
  
    extends BuildError
  
  
  
  
  
  
| java.lang.Object | |||
| ↳ | com.android.tradefed.error.HarnessException | ||
| ↳ | com.android.tradefed.targetprep.BuildError | ||
| ↳ | com.android.tradefed.targetprep.DeviceFailedToBootError | ||
Bir cihaz, bir derlemeyle yanıp söndürüldükten sonra önyükleme yapamazsa atılır.
Özet
| Herkese açık kurucular | |
|---|---|
| 
      DeviceFailedToBootError(String reason, DeviceDescriptor descriptor)
      
      Bu kurucunun desteği sonlandırılmıştır.
    Bunun yerine  | |
| 
      DeviceFailedToBootError(String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId)
      Ayrıntılı bir hata mesajı içeren yeni bir (@link DeviceFailedToBootError} oluşturur. | |
| 
      DeviceFailedToBootError(String reason, DeviceDescriptor descriptor, Throwable cause, ErrorIdentifier errorId)
      Ayrıntılı bir hata mesajı içeren yeni bir (@link DeviceFailedToBootError} oluşturur. | |
Herkese açık kurucular
DeviceFailedToBootError
public DeviceFailedToBootError (String reason, 
                DeviceDescriptor descriptor)
      Bu kurucu işlevin desteği sonlandırılmıştır.
    Bunun yerine DeviceFailedToBootError(String, com.android.tradefed.command.remote.DeviceDescriptor, com.android.tradefed.result.error.ErrorIdentifier)
     kullanın
  
Ayrıntılı bir hata mesajı içeren yeni bir (@link DeviceFailedToBootError} oluşturur.
| Parametreler | |
|---|---|
| reason | String: Açılış hatası hakkında daha fazla bilgi veren bir hata mesajı | 
| descriptor | DeviceDescriptor: İstisnayla ilgili cihazın tanımlayıcısıdır. | 
DeviceFailedToBootError
public DeviceFailedToBootError (String reason, 
                DeviceDescriptor descriptor, 
                ErrorIdentifier errorId)Ayrıntılı bir hata mesajı içeren yeni bir (@link DeviceFailedToBootError} oluşturur.
| Parametreler | |
|---|---|
| reason | String: Açılış hatası hakkında daha fazla bilgi veren bir hata mesajı | 
| descriptor | DeviceDescriptor: İstisnayla ilgili cihazın tanımlayıcısıdır. | 
| errorId | ErrorIdentifier: Bu hatanın hata tanımlayıcısıdır. | 
DeviceFailedToBootError
public DeviceFailedToBootError (String reason, 
                DeviceDescriptor descriptor, 
                Throwable cause, 
                ErrorIdentifier errorId)Ayrıntılı bir hata mesajı içeren yeni bir (@link DeviceFailedToBootError} oluşturur.
| Parametreler | |
|---|---|
| reason | String: Açılış hatası hakkında daha fazla bilgi veren bir hata mesajı | 
| descriptor | DeviceDescriptor: İstisnayla ilgili cihazın tanımlayıcısıdır. | 
| cause | Throwable: İstisnanın asıl nedeni | 
| errorId | ErrorIdentifier: Bu hatanın hata tanımlayıcısıdır. | 
