SELinuxTargetPreparer deaktivieren
public
class
DisableSELinuxTargetPreparer
extends BaseTargetPreparer
java.lang.Object | ||
😎 | com.android.tradefed.targetprep.BaseTargetPreparer | |
😎 | com.android.tradefed.targetprep.DisableSELinuxTargetPreparer |
Zielvorbereitung, die SELinux bei Aktivierung deaktiviert.
Wird beim Entfernen in den Originalzustand zurückversetzt.
Zusammenfassung
Öffentliche Konstruktoren | |
---|---|
DisableSELinuxTargetPreparer()
|
Öffentliche Methoden | |
---|---|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
Öffentliche Konstruktoren
SELinuxTargetPreparer deaktivieren
public DisableSELinuxTargetPreparer ()
Öffentliche Methoden
einrichten
public void setUp (TestInformation testInfo)
Parameter | |
---|---|
testInfo |
TestInformation |
Ausgabe | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
Teardown
public void tearDown (TestInformation testInfo, Throwable e)
Parameter | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
Ausgabe | |
---|---|
DeviceNotAvailableException |