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)

이 생성자는 더 이상 사용되지 않습니다. 대신 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)

이 생성자는 더 이상 사용되지 않습니다.
대신 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 : 이 오류에 대한 오류 식별자입니다.