AdbStopServerPreparer
public
class
AdbStopServerPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.adb.AdbStopServerPreparer |
Préparateur de cible pour arrêter le serveur adb sur l'hôte avant et après l'exécution des tests adb.
Utilisez ce programme de préparation avec précaution, car il arrête et redémarre adb sur les hôtes. Il doit
généralement serré avec SemaphoreTokenTargetPreparer
pour éviter que d'autres tests s'exécutent à
en même temps.
Résumé
Champs | |
---|---|
public
static
final
String |
ADB_BINARY_KEY
|
Constructeurs publics | |
---|---|
AdbStopServerPreparer()
|
Méthodes publiques | |
---|---|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
Méthodes protégées | |
---|---|
File
|
findAdbLog()
|
Champs
CLÉ_BINAIRE_ADB
public static final String ADB_BINARY_KEY
Constructeurs publics
AdbStopServerPreparer
public AdbStopServerPreparer ()
Méthodes publiques
Configurer
public void setUp (TestInformation testInfo)
Paramètres | |
---|---|
testInfo |
TestInformation |
Génère | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
suppression
public void tearDown (TestInformation testInfo, Throwable e)
Paramètres | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
Génère | |
---|---|
DeviceNotAvailableException |
Méthodes protégées
findAdbLog.
protected File findAdbLog ()
Renvoie | |
---|---|
File |