복구로그 준비자

public class RecoveryLogPreparer
extends BaseTargetPreparer implements ITestLoggerReceiver

java.lang.Object
com.android.tradefed.targetprep.BaseTargetPreparer
com.android.tradefed.targetprep.RecoveryLogPreparer


복구 전 로그를 수집하는 데 사용되는 대상 준비자입니다.

요약

공개 생성자

RecoveryLogPreparer ()

공개 메소드

void setTestLogger ( ITestLogger testLogger)

ITestLogger 인스턴스를 삽입합니다.

void setUp ( TestInformation testInformation)

보호된 방법

void rebootDevice ( TestInformation testInformation)

공개 생성자

복구로그 준비자

public RecoveryLogPreparer ()

공개 메소드

setTestLogger

public void setTestLogger (ITestLogger testLogger)

ITestLogger 인스턴스를 삽입합니다.

매개변수
testLogger ITestLogger

설정

public void setUp (TestInformation testInformation)

매개변수
testInformation TestInformation

던지기
BuildError
DeviceNotAvailableException
TargetSetupError

보호된 방법

재부팅장치

protected void rebootDevice (TestInformation testInformation)

매개변수
testInformation TestInformation

던지기
DeviceNotAvailableException