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 |