أداة 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 ()
الطرق العامة
ضبط مسجِّل الاختبار
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 |