RecoveryLogPreparer

public class RecoveryLogPreparer
extends BaseTargetPreparer implements ITestLoggerReceiver

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.RecoveryLogPreparer


Es 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)

Inyecta la instancia de ITestLogger.

void setUp(TestInformation testInformation)

Métodos protegidos

void rebootDevice(TestInformation testInformation)

Constructores públicos

RecoveryLogPreparer

public RecoveryLogPreparer ()

Métodos públicos

setTestLogger

public void setTestLogger (ITestLogger testLogger)

Inyecta la instancia de ITestLogger.

Parámetros
testLogger ITestLogger

setUp

public void setUp (TestInformation testInformation)

Parámetros
testInformation TestInformation

Arroja
BuildError
DeviceNotAvailableException
TargetSetupError

Métodos protegidos

rebootDevice

protected void rebootDevice (TestInformation testInformation)

Parámetros
testInformation TestInformation

Arroja
DeviceNotAvailableException