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)
|
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 |
保護されたメソッド
RebootDevice
protected void rebootDevice (TestInformation testInformation)
パラメータ | |
---|---|
testInformation |
TestInformation |
例外 | |
---|---|
DeviceNotAvailableException |