停用 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 |