DeviceFailedToBootError
public
class
DeviceFailedToBootError
extends BuildError
| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | com.android.tradefed.error.HarnessException | ||||
| ↳ | com.android.tradefed.targetprep.BuildError | ||||
| ↳ | com.android.tradefed.targetprep.DeviceFailedToBootError | ||||
빌드로 플래시된 후 기기가 부팅되지 않으면 발생합니다.
요약
공개 생성자 | |
|---|---|
DeviceFailedToBootError(String reason, DeviceDescriptor descriptor)
이 생성자는 지원 중단되었습니다.
대신 |
|
DeviceFailedToBootError(String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId)
세부 오류 메시지를 사용하여 새 (@link DeviceFailedToBootError}를 생성합니다. |
|
DeviceFailedToBootError(String reason, DeviceDescriptor descriptor, Throwable cause, ErrorIdentifier errorId)
세부 오류 메시지를 사용하여 새 (@link DeviceFailedToBootError}를 생성합니다. |
|
공개 생성자
DeviceFailedToBootError
public DeviceFailedToBootError (String reason,
DeviceDescriptor descriptor)
이 생성자는 지원 중단되었습니다.
대신 DeviceFailedToBootError(String,DeviceDescriptor,ErrorIdentifier)
를 사용하세요
세부 오류 메시지를 사용하여 새 (@link DeviceFailedToBootError}를 생성합니다.
| 매개변수 | |
|---|---|
reason |
String: 부팅 실패에 관한 세부정보를 제공하는 오류 메시지 |
descriptor |
DeviceDescriptor: 예외와 관련된 기기의 설명자 |
DeviceFailedToBootError
public DeviceFailedToBootError (String reason,
DeviceDescriptor descriptor,
ErrorIdentifier errorId)세부 오류 메시지를 사용하여 새 (@link DeviceFailedToBootError}를 생성합니다.
| 매개변수 | |
|---|---|
reason |
String: 부팅 실패에 관한 세부정보를 제공하는 오류 메시지 |
descriptor |
DeviceDescriptor: 예외와 관련된 기기의 설명자 |
errorId |
ErrorIdentifier: 이 오류의 오류 식별자 |
DeviceFailedToBootError
public DeviceFailedToBootError (String reason,
DeviceDescriptor descriptor,
Throwable cause,
ErrorIdentifier errorId)세부 오류 메시지를 사용하여 새 (@link DeviceFailedToBootError}를 생성합니다.
| 매개변수 | |
|---|---|
reason |
String: 부팅 실패에 관한 세부정보를 제공하는 오류 메시지 |
descriptor |
DeviceDescriptor: 예외와 관련된 기기의 설명자 |
cause |
Throwable: 예외의 원래 원인 |
errorId |
ErrorIdentifier: 이 오류의 오류 식별자 |