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