RecoveryLogPreparer
public
class
RecoveryLogPreparer
extends BaseTargetPreparer
implements
ITestLoggerReceiver
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.RecoveryLogPreparer |
Préparateur cible utilisé pour collecter les journaux avant la récupération.
Résumé
Constructeurs publics | |
---|---|
RecoveryLogPreparer()
|
Méthodes publiques | |
---|---|
void
|
setTestLogger(ITestLogger testLogger)
Il injecte l'instance |
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)
Il injecte l'instance ITestLogger
.
Paramètres | |
---|---|
testLogger |
ITestLogger |
Configurer
public void setUp (TestInformation testInformation)
Paramètres | |
---|---|
testInformation |
TestInformation |
Génère | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
Méthodes protégées
redémarrer l'appareil
protected void rebootDevice (TestInformation testInformation)
Paramètres | |
---|---|
testInformation |
TestInformation |
Génère | |
---|---|
DeviceNotAvailableException |