Lỗi thiết bị không thành công khi khởi động

public class DeviceFailedToBootError
extends BuildError

java.lang.Object
   ↳ com.android.tradefed.error.TriggerException
     ↳ com.android.tradefed.targetprep.BuildError
       ↳ com.android.tradefed.targetprep.DeviceFailedToBootError


Được gửi nếu thiết bị không khởi động được sau khi được cài đặt ROM bằng một bản dựng.

Tóm tắt

Hàm khởi tạo công khai

DeviceFailedToBootError(String reason, DeviceDescriptor descriptor)

Hàm khởi tạo này không được dùng nữa. Sử dụng DeviceFailedToBootError(String, com.android.tradefed.command.remote.DeviceDescriptor, com.android.tradefed.result.error.ErrorIdentifier)

DeviceFailedToBootError(String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId)

Tạo một (@link DeviceFailedToBootError} mới kèm theo thông báo lỗi chi tiết.

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

Tạo một (@link DeviceFailedToBootError} mới kèm theo thông báo lỗi chi tiết.

Hàm khởi tạo công khai

Lỗi thiết bị không thành công khi khởi động

public DeviceFailedToBootError (String reason, 
                DeviceDescriptor descriptor)

Hàm khởi tạo này không còn được dùng nữa.
Sử dụng DeviceFailedToBootError(String, com.android.tradefed.command.remote.DeviceDescriptor, com.android.tradefed.result.error.ErrorIdentifier) thay thế

Tạo một (@link DeviceFailedToBootError} mới kèm theo thông báo lỗi chi tiết.

Tham số
reason String: một thông báo lỗi cung cấp thêm thông tin chi tiết về lỗi khởi động

descriptor DeviceDescriptor: mã mô tả của thiết bị liên quan đến trường hợp ngoại lệ

Lỗi thiết bị không thành công khi khởi động

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

Tạo một (@link DeviceFailedToBootError} mới kèm theo thông báo lỗi chi tiết.

Tham số
reason String: một thông báo lỗi cung cấp thêm thông tin chi tiết về lỗi khởi động

descriptor DeviceDescriptor: mã mô tả của thiết bị liên quan đến trường hợp ngoại lệ

errorId ErrorIdentifier: giá trị nhận dạng lỗi của lỗi này.

Lỗi thiết bị không thành công khi khởi động

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

Tạo một (@link DeviceFailedToBootError} mới kèm theo thông báo lỗi chi tiết.

Tham số
reason String: một thông báo lỗi cung cấp thêm thông tin chi tiết về lỗi khởi động

descriptor DeviceDescriptor: mã mô tả của thiết bị liên quan đến trường hợp ngoại lệ

cause Throwable: Nguyên nhân ban đầu của ngoại lệ

errorId ErrorIdentifier: giá trị nhận dạng lỗi của lỗi này.