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 |
保護方法
重新啟動裝置。
protected void rebootDevice (TestInformation testInformation)
參數 | |
---|---|
testInformation |
TestInformation |
擲回 | |
---|---|
DeviceNotAvailableException |