DisableSELinuxTargetPreparer
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)
|
パブリック コンストラクタ
DisableSELinuxTargetPreparer
public DisableSELinuxTargetPreparer ()
パブリック メソッド
setUp
public void setUp (TestInformation testInfo)
パラメータ | |
---|---|
testInfo |
TestInformation |
例外 | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
tearDown
public void tearDown (TestInformation testInfo, Throwable e)
パラメータ | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
例外 | |
---|---|
DeviceNotAvailableException |