RecoveryLogPreparer

public class RecoveryLogPreparer
extends BaseTargetPreparer implements ITestLoggerReceiver

java.lang.オブジェクト
com.android.tradefed.targetprep.BaseTargetPreparer
com.android.tradefed.targetprep.RecoveryLogPreparer


リカバリ前にログを収集するために使用されるターゲット プリペアラー。

まとめ

パブリックコンストラクター

RecoveryLogPreparer ()

パブリックメソッド

void setTestLogger ( ITestLogger testLogger)

ITestLoggerインスタンスを挿入します

void setUp ( TestInformation testInformation)

保護されたメソッド

void rebootDevice ( TestInformation testInformation)

パブリックコンストラクター

RecoveryLogPreparer

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