تثبيتKernelModulePreparer

public class InstallKernelModulePreparer
extends BaseTargetPreparer implements ILabPreparer

java.lang.Object
com.android.tradefed.targetprep.BaseTargetPreparer
  com.android.tradefed.targetprep.InstallKernelModulePreparer


أداة تحضير مستهدفة تثبِّت وحدات النواة. يُرجى الاطّلاع على https://source.android.com/docs/core/architecture/kernel/modules للحصول على التفاصيل.

ملخّص

وظائف الإنشاء العامة

InstallKernelModulePreparer()

الطرق العامة

void setUp(TestInformation testInfo)

نفِّذ الإعداد المستهدف للاختبار.

void tearDown(TestInformation testInfo, Throwable e)

يمكنك إجراء عملية تنظيف/إزالة للهدف بعد الاختبار.

وظائف الإنشاء العامة

تثبيتKernelModulePreparer

public InstallKernelModulePreparer ()

الطرق العامة

إعداد

public void setUp (TestInformation testInfo)

نفِّذ الإعداد المستهدف للاختبار.

المعلمات
testInfo TestInformation: TestInformation للاستدعاء.

عمليات الرمي
BuildError
DeviceNotAvailableException
TargetSetupError

قطع

public void tearDown (TestInformation testInfo, 
                Throwable e)

يمكنك إجراء عملية تنظيف/إزالة للهدف بعد الاختبار.

المعلمات
testInfo TestInformation: TestInformation للاستدعاء.

e Throwable: إذا انتهى الطلب باستثناء، سيكون هذا هو الاستثناء الذي تم رصده على مستوى الطلب. بخلاف ذلك، ستكون null.

الرميات
DeviceNotAvailableException