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 |