EhideTargetPreparer

public class EhideTargetPreparer
extends BaseTargetPreparer

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


Android 네트워크 스택에서 이더넷 인터페이스를 숨기는 ehide를 시작합니다. 이더넷 인터페이스가 기본적으로 숨겨져 있으므로 지금은 cuttlefish를 건너뜁니다.

adb 루트가 필요합니다.

요약

공개 생성자

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