ArtChrootPreparer

public class ArtChrootPreparer
extends BaseTargetPreparer

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


為 ART 測試建立 chroot 目錄。

摘要

常數

String CHROOT_PATH

公用建構函式

ArtChrootPreparer()

公用方法

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

常數

CHROOT_PATH

public static final String CHROOT_PATH

常數值: "/data/local/tmp/art-test-chroot"

公用建構函式

ArtChrootPreparer

public ArtChrootPreparer ()

公用方法

setUp

public void setUp (TestInformation testInfo)

參數
testInfo TestInformation

擲回
BuildError
DeviceNotAvailableException
TargetSetupError

tearDown

public void tearDown (TestInformation testInfo, 
                Throwable e)

參數
testInfo TestInformation

e Throwable

擲回
DeviceNotAvailableException