SELinuxTargetPreparer を無効にする

public class DisableSELinuxTargetPreparer
extends BaseTargetPreparer

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


SELinux を無効にするターゲット作成ツール(有効になっている場合)。

破棄すると元の状態に復元されます。

概要

パブリック コンストラクタ

DisableSELinuxTargetPreparer()

パブリック メソッド

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

パブリック コンストラクタ

SELinuxTargetPreparer を無効にする

public DisableSELinuxTargetPreparer ()

パブリック メソッド

セットアップ

public void setUp (TestInformation testInfo)

パラメータ
testInfo TestInformation

例外
BuildError
DeviceNotAvailableException
TargetSetupError

破棄

public void tearDown (TestInformation testInfo, 
                Throwable e)

パラメータ
testInfo TestInformation

e Throwable

例外
DeviceNotAvailableException