DesativarSELinuxTargetPreparer
public
class
DisableSELinuxTargetPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer (link em inglês) | |
↳ | com.android.tradefed.targetprep.DisableSELinuxTargetPreparer |
Preparador de destino que desativa o SELinux, se ativado.
Será restaurado ao estado original na eliminação.
Resumo
Construtores públicos | |
---|---|
DisableSELinuxTargetPreparer()
|
Métodos públicos | |
---|---|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
Construtores públicos
DesativarSELinuxTargetPreparer
public DisableSELinuxTargetPreparer ()
Métodos públicos
Configuração
public void setUp (TestInformation testInfo)
Parâmetros | |
---|---|
testInfo |
TestInformation |
Gera | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
desmontar
public void tearDown (TestInformation testInfo, Throwable e)
Parâmetros | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
Gera | |
---|---|
DeviceNotAvailableException |