Instalowanie przygotowania modułu KernelModule

public class InstallKernelModulePreparer
extends BaseTargetPreparer implements ILabPreparer

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


Program przygotowujący do środowiska docelowego, który instaluje na urządzeniu ogólny obraz standardowego jądra Androida. Zobacz Więcej informacji znajdziesz na https://source.android.com/devices/Architecture/kernel/android-common.

Podsumowanie

Konstruktory publiczne

InstallKernelModulePreparer()

Metody publiczne

void setUp(TestInformation testInfo)

Przeprowadź konfigurację miejsca docelowego na potrzeby testów.

void tearDown(TestInformation testInfo, Throwable e)

Po zakończeniu testów wykonaj docelowe czyszczenie/usunięcie.

Metody chronione

String[] getDependentModules(String modName, String lsmodOutput)
String getDisplayedModuleName(String fullPath)

Zwraca nazwę modułu w takiej postaci, w jakiej wyświetla się po wczytaniu.

Konstruktory publiczne

Instalowanie przygotowania modułu KernelModule

public InstallKernelModulePreparer ()

Metody publiczne

Konfiguracja

public void setUp (TestInformation testInfo)

Przeprowadź konfigurację miejsca docelowego na potrzeby testów.

Parametry
testInfo TestInformation: element TestInformation wywołania.

Rzuty
BuildError
DeviceNotAvailableException
TargetSetupError

dezaktywacja

public void tearDown (TestInformation testInfo, 
                Throwable e)

Po zakończeniu testów wykonaj docelowe czyszczenie/usunięcie.

Parametry
testInfo TestInformation: element TestInformation wywołania.

e Throwable: jeśli wywołanie zakończyło się wyjątkiem, będzie to wyjątek, którego było przechwycony na poziomie wywołania. W przeciwnym razie wyniesie null.

Rzuty
DeviceNotAvailableException

Metody chronione

getDependentModules

protected String[] getDependentModules (String modName, 
                String lsmodOutput)

Parametry
modName String

lsmodOutput String

Zwroty
String[]

getDisplayedModuleName

protected String getDisplayedModuleName (String fullPath)

Zwraca nazwę modułu w takiej postaci, w jakiej wyświetla się po wczytaniu.

Na przykład zobacz różnicę między nazwą pliku a nazwą zwracaną przez parametr „lsmod”:

$ insmod kunit.ko
 $ lsmod | grep kunit
 kunit 20480 0
 

Parametry
fullPath String

Zwroty
String