컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.

복구 로그 준비자

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)
void setUp (TestInformation testInformation)

보호된 방법

void rebootDevice (TestInformation testInformation)

공개 생성자

복구 로그 준비자

public RecoveryLogPreparer ()

공개 메서드

setTestLogger

public void setTestLogger (ITestLogger testLogger)

매개변수
testLogger ITestLogger

설정

public void setUp (TestInformation testInformation)

매개변수
testInformation TestInformation

던지다
BuildError
DeviceNotAvailableException
TargetSetupError

보호된 방법

재부팅 장치

protected void rebootDevice (TestInformation testInformation)

매개변수
testInformation TestInformation

던지다
DeviceNotAvailableException