PreparerLogdeRecuperação

public class RecoveryLogPreparer
extends BaseTargetPreparer implements ITestLoggerReceiver

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer (link em inglês)
     ↳ 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

PreparerLogdeRecuperação

public RecoveryLogPreparer ()

Métodos públicos

setTestLogger

public void setTestLogger (ITestLogger testLogger)

Injeta a instância ITestLogger

Parâmetros
testLogger ITestLogger

Configuração

public void setUp (TestInformation testInformation)

Parâmetros
testInformation TestInformation

Gera
BuildError
DeviceNotAvailableException
TargetSetupError

Métodos protegidos

reinicializarDispositivo

protected void rebootDevice (TestInformation testInformation)

Parâmetros
testInformation TestInformation

Gera
DeviceNotAvailableException