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: 이 오류의 오류 식별자입니다.