RecoveryLogPreparer

public class RecoveryLogPreparer
extends BaseTargetPreparer implements ITestLoggerReceiver

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


Um preparador de destino usado para coletar registros antes da recuperação.

Resumo

Construtores públicos

RecoveryLogPreparer()

Métodos públicos

void setTestLogger(ITestLogger testLogger)

Injeta a instância ITestLogger.

void setUp(TestInformation testInformation)

Métodos protegidos

void rebootDevice(TestInformation testInformation)

Construtores públicos

RecoveryLogPreparer

public RecoveryLogPreparer ()

Métodos públicos

setTestLogger

public void setTestLogger (ITestLogger testLogger)

Injeta a instância ITestLogger.

Parâmetros
testLogger ITestLogger

setUp

public void setUp (TestInformation testInformation)

Parâmetros
testInformation TestInformation

Gera
BuildError
DeviceNotAvailableException
TargetSetupError

Métodos protegidos

rebootDevice

protected void rebootDevice (TestInformation testInformation)

Parâmetros
testInformation TestInformation

Gera
DeviceNotAvailableException