EhideTargetPreparer

public class EhideTargetPreparer
extends BaseTargetPreparer

java.lang.Object
   ↳ com.android.tradefed.targetprep.BaseTargetPreparer
     ↳ com.android.tradefed.targetprep.EhideTargetPreparer


啟動 ehide,從 Android 網路堆疊隱藏乙太網路介面。目前請略過 Cuttlefish,因為乙太網路介面預設為隱藏。

需要 adb root。

摘要

公用建構函式

EhideTargetPreparer()

公用方法

void setUp(TestInformation testInformation)
void tearDown(TestInformation testInformation, Throwable e)

公用建構函式

EhideTargetPreparer

public EhideTargetPreparer ()

公用方法

setUp

public void setUp (TestInformation testInformation)

參數
testInformation TestInformation

擲回
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInformation, 
                Throwable e)

參數
testInformation TestInformation

e Throwable

擲回
DeviceNotAvailableException