RecoveryLogPreparer

public class RecoveryLogPreparer
extends BaseTargetPreparer implements ITestLoggerReceiver

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


Un préparateur de cible utilisé pour collecter les journaux avant la récupération.

Résumé

Constructeurs publics

RecoveryLogPreparer()

Méthodes publiques

void setTestLogger(ITestLogger testLogger)

Injecte l'instance ITestLogger

void setUp(TestInformation testInformation)

Méthodes protégées

void rebootDevice(TestInformation testInformation)

Constructeurs publics

RecoveryLogPreparer

public RecoveryLogPreparer ()

Méthodes publiques

setTestLogger

public void setTestLogger (ITestLogger testLogger)

Injecte l'instance ITestLogger

Paramètres
testLogger ITestLogger

setUp

public void setUp (TestInformation testInformation)

Paramètres
testInformation TestInformation

Génère
BuildError
DeviceNotAvailableException
TargetSetupError

Méthodes protégées

rebootDevice

protected void rebootDevice (TestInformation testInformation)

Paramètres
testInformation TestInformation

Génère
DeviceNotAvailableException