Programma di recupero del log

public class RecoveryLogPreparer
extends BaseTargetPreparer implements ITestLoggerReceiver

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


Un preparatore di destinazione utilizzato per raccogliere i log prima del ripristino.

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

Programma di recupero del log

public RecoveryLogPreparer ()

Metodi pubblici

setTestLogger

public void setTestLogger (ITestLogger testLogger)

Inserisce l'istanza ITestLogger

Parametri
testLogger ITestLogger

impostazione

public void setUp (TestInformation testInformation)

Parametri
testInformation TestInformation

Lanci
BuildError
DeviceNotAvailableException
TargetSetupError

Metodi protetti

riavvioDispositivo

protected void rebootDevice (TestInformation testInformation)

Parametri
testInformation TestInformation

Lanci
DeviceNotAvailableException