Preparador de registros de recuperación
public
class
RecoveryLogPreparer
extends BaseTargetPreparer
implements
ITestLoggerReceiver
Objeto java.lang. | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.RecoveryLogPreparer |
Un preparador de destino que se usa para recopilar registros antes de la recuperación.
Resumen
Constructores públicos | |
---|---|
RecoveryLogPreparer()
|
Métodos públicos | |
---|---|
void
|
setTestLogger(ITestLogger testLogger)
Inserta la instancia |
void
|
setUp(TestInformation testInformation)
|
Métodos protegidos | |
---|---|
void
|
rebootDevice(TestInformation testInformation)
|
Constructores públicos
Preparador de registros de recuperación
public RecoveryLogPreparer ()
Métodos públicos
setTestLogger
public void setTestLogger (ITestLogger testLogger)
Inserta la instancia ITestLogger
.
Parámetros | |
---|---|
testLogger |
ITestLogger |
Configuración
public void setUp (TestInformation testInformation)
Parámetros | |
---|---|
testInformation |
TestInformation |
Arroja | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
Métodos protegidos
reiniciarDispositivo
protected void rebootDevice (TestInformation testInformation)
Parámetros | |
---|---|
testInformation |
TestInformation |
Arroja | |
---|---|
DeviceNotAvailableException |