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