RecoveryLogPreparer

public class RecoveryLogPreparer
extends BaseTargetPreparer implements ITestLoggerReceiver

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


Un preparatore del target utilizzato per raccogliere i log prima del recupero.

Riepilogo

Costruttori pubblici

RecoveryLogPreparer()

Metodi pubblici

void setTestLogger(ITestLogger testLogger)

Inserisce l'istanza ITestLogger

void setUp(TestInformation testInformation)

Metodi protetti

void rebootDevice(TestInformation testInformation)

Costruttori pubblici

RecoveryLogPreparer

public RecoveryLogPreparer ()

Metodi pubblici

setTestLogger

public void setTestLogger (ITestLogger testLogger)

Inserisce l'istanza ITestLogger

Parametri
testLogger ITestLogger

setUp

public void setUp (TestInformation testInformation)

Parametri
testInformation TestInformation

Lanci
BuildError
DeviceNotAvailableException
TargetSetupError

Metodi protetti

rebootDevice

protected void rebootDevice (TestInformation testInformation)

Parametri
testInformation TestInformation

Lanci
DeviceNotAvailableException