Cihaz Başarısız OlduToBootError

public class DeviceFailedToBootError
extends BuildError

Java.lang.Nesne
🎃 com.android.tradefed.error.HarnessException
  🎃 com.android.tradefed.targetprep.BuildError
    🎃 com.android.tradefed.targetprep.DeviceFailedToBootError


Bir cihaz, derleme ile yanıp söndükten sonra başlatılamıyorsa verilir.

Özet

Kamu inşaatçıları

DeviceFailedToBootError(String reason, DeviceDescriptor descriptor)

Bu oluşturucu desteği sonlandırıldı. DeviceFailedToBootError(String, com.android.tradefed.command.remote.DeviceDescriptor, com.android.tradefed.result.error.ErrorIdentifier) hesabını kullan satın almanın

DeviceFailedToBootError(String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId)

Ayrıntılı bir hata mesajıyla yeni bir (@link DeviceFailedToBootError}) oluşturur.

DeviceFailedToBootError(String reason, DeviceDescriptor descriptor, Throwable cause, ErrorIdentifier errorId)

Ayrıntılı bir hata mesajıyla yeni bir (@link DeviceFailedToBootError}) oluşturur.

Kamu inşaatçıları

Cihaz Başarısız OlduToBootError

public DeviceFailedToBootError (String reason, 
                DeviceDescriptor descriptor)

Bu oluşturucu desteği sonlandırıldı.
. DeviceFailedToBootError(String, com.android.tradefed.command.remote.DeviceDescriptor, com.android.tradefed.result.error.ErrorIdentifier) hesabını kullan bunun yerine

Ayrıntılı bir hata mesajıyla yeni bir (@link DeviceFailedToBootError}) oluşturur.

Parametreler
reason String: Başlatma hatası hakkında daha fazla ayrıntı sağlayan bir hata mesajı

descriptor DeviceDescriptor: istisnayla ilgili cihazın tanımlayıcısı

Cihaz Başarısız OlduToBootError

public DeviceFailedToBootError (String reason, 
                DeviceDescriptor descriptor, 
                ErrorIdentifier errorId)

Ayrıntılı bir hata mesajıyla yeni bir (@link DeviceFailedToBootError}) oluşturur.

Parametreler
reason String: Başlatma hatası hakkında daha fazla ayrıntı sağlayan bir hata mesajı

descriptor DeviceDescriptor: istisnayla ilgili cihazın tanımlayıcısı

errorId ErrorIdentifier: Bu hatanın hata tanımlayıcısı.

Cihaz Başarısız OlduToBootError

public DeviceFailedToBootError (String reason, 
                DeviceDescriptor descriptor, 
                Throwable cause, 
                ErrorIdentifier errorId)

Ayrıntılı bir hata mesajıyla yeni bir (@link DeviceFailedToBootError}) oluşturur.

Parametreler
reason String: Başlatma hatası hakkında daha fazla ayrıntı sağlayan bir hata mesajı

descriptor DeviceDescriptor: istisnayla ilgili cihazın tanımlayıcısı

cause Throwable: İstisnanın asıl nedeni

errorId ErrorIdentifier: Bu hatanın hata tanımlayıcısı.