DeviceFailedToBootError

public class DeviceFailedToBootError
extends BuildError

java.lang.Object의 클래스
   ↳ com.android.tradefed.error.HarnessException).
     ↳ com.android.tradefed.targetprep.BuildError)
       ↳ com.android.tradefed.targetprep.DeviceFailedToBootError


기기가 빌드로 플래시된 후 부팅에 실패하면 발생합니다.

요약

공개 생성자

DeviceFailedToBootError(String reason, DeviceDescriptor descriptor)

<ph type="x-smartling-placeholder"></ph> 이 생성자는 지원 중단되었습니다. DeviceFailedToBootError(String, com.android.tradefed.command.remote.DeviceDescriptor, com.android.tradefed.result.error.ErrorIdentifier) 사용 대신

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)

<ph type="x-smartling-placeholder"></ph> 이 생성자는 지원 중단되었습니다.
DeviceFailedToBootError(String, com.android.tradefed.command.remote.DeviceDescriptor, com.android.tradefed.result.error.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: 이 오류의 오류 식별자입니다.