EhideTargetPreparer

public class EhideTargetPreparer
extends BaseTargetPreparer

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


ehide を起動します。これにより、イーサネット インターフェースが Android ネットワーク スタックから隠されます。イーサネット インターフェースはデフォルトで非表示になっているため、今のところカトルフィッシュはスキップします。

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