Google berkomitmen untuk mendorong terwujudnya keadilan ras bagi komunitas Kulit Hitam. Lihat caranya.

DeviceFailedToBootError

public class DeviceFailedToBootError
extends BuildError

java.lang.Objek
com.android.tradefed.error.HarnessException
com.android.tradefed.targetprep.BuildError
com.android.tradefed.targetprep.DeviceFailedToBootError


Dilemparkan jika perangkat gagal melakukan booting setelah di-flash dengan build.

Ringkasan

Konstruktor publik

DeviceFailedToBootError (String reason, DeviceDescriptor descriptor)

Konstruktor ini sudah tidak digunakan lagi. Gunakan DeviceFailedToBootError(String, com.android.tradefed.command.remote.DeviceDescriptor, com.android.tradefed.result.error.ErrorIdentifier) ​​sebagai gantinya

DeviceFailedToBootError (String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId)

Membuat (@link DeviceFailedToBootError} baru dengan pesan error mendetail.

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

Membuat (@link DeviceFailedToBootError} baru dengan pesan error mendetail.

Konstruktor publik

DeviceFailedToBootError

public DeviceFailedToBootError (String reason, 
                DeviceDescriptor descriptor)

Konstruktor ini sudah tidak digunakan lagi.
Gunakan DeviceFailedToBootError(String, com.android.tradefed.command.remote.DeviceDescriptor, com.android.tradefed.result.error.ErrorIdentifier) ​​sebagai gantinya

Membuat (@link DeviceFailedToBootError} baru dengan pesan error mendetail.

Parameter
reason String : pesan kesalahan yang memberikan rincian lebih lanjut tentang kegagalan booting

descriptor DeviceDescriptor : deskriptor perangkat yang bersangkutan dengan pengecualian

DeviceFailedToBootError

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

Membuat (@link DeviceFailedToBootError} baru dengan pesan error mendetail.

Parameter
reason String : pesan kesalahan yang memberikan rincian lebih lanjut tentang kegagalan booting

descriptor DeviceDescriptor : deskriptor perangkat yang bersangkutan dengan pengecualian

errorId ErrorIdentifier : pengidentifikasi kesalahan untuk kesalahan ini.

DeviceFailedToBootError

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

Membuat (@link DeviceFailedToBootError} baru dengan pesan error mendetail.

Parameter
reason String : pesan kesalahan yang memberikan rincian lebih lanjut tentang kegagalan booting

descriptor DeviceDescriptor : deskriptor perangkat yang bersangkutan dengan pengecualian

cause Throwable : Penyebab asli pengecualian

errorId ErrorIdentifier : pengidentifikasi kesalahan untuk kesalahan ini.