InhabilitarSELinuxTargetPreparer

public class DisableSELinuxTargetPreparer
extends BaseTargetPreparer

Objeto java.lang.
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.DisableSELinuxTargetPreparer


Preparador de destino que inhabilita SELinux si está habilitado.

Se restablecerá al estado original luego de la eliminación.

Resumen

Constructores públicos

DisableSELinuxTargetPreparer()

Métodos públicos

void setUp(TestInformation testInfo)
void tearDown(TestInformation testInfo, Throwable e)

Constructores públicos

InhabilitarSELinuxTargetPreparer

public DisableSELinuxTargetPreparer ()

Métodos públicos

Configuración

public void setUp (TestInformation testInfo)

Parámetros
testInfo TestInformation

Arroja
BuildError
DeviceNotAvailableException
TargetSetupError

Eliminar

public void tearDown (TestInformation testInfo, 
                Throwable e)

Parámetros
testInfo TestInformation

e Throwable

Arroja
DeviceNotAvailableException