RecoveryLogPreparer

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)

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

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