SELinuxTarget आइडेंटिफ़ायर को बंद करें
public
class
DisableSELinuxTargetPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTarget रीमार्केटिंग | |
↳ | com.android.tradefed.targetprep.disableSELinuxTarget भेजताr |
टारगेट तैयार करने वाला टूल, जो चालू होने पर SELinux को बंद कर देता है.
टियर डाउन होने पर वापस अपनी मूल स्थिति में आ जाएगा.
खास जानकारी
सार्वजनिक कंस्ट्रक्टर | |
---|---|
DisableSELinuxTargetPreparer()
|
सार्वजनिक तरीके | |
---|---|
void
|
setUp(TestInformation testInfo)
|
void
|
tearDown(TestInformation testInfo, Throwable e)
|
सार्वजनिक कंस्ट्रक्टर
SELinuxTarget आइडेंटिफ़ायर को बंद करें
public DisableSELinuxTargetPreparer ()
सार्वजनिक तरीके
सेट अप
public void setUp (TestInformation testInfo)
पैरामीटर | |
---|---|
testInfo |
TestInformation |
थ्रो | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
टियरडाउन
public void tearDown (TestInformation testInfo, Throwable e)
पैरामीटर | |
---|---|
testInfo |
TestInformation |
e |
Throwable |
थ्रो | |
---|---|
DeviceNotAvailableException |