CompileBootImageWithSpeedTargetPreparer
public final class CompileBootImageWithSpeedTargetPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.CompileBootImageWithSpeedTargetPreparer |
使用編譯器過濾器“speed”重新編譯引導類路徑和系統服務器。
概括
公共構造函數 | |
---|---|
CompileBootImageWithSpeedTargetPreparer () |
公共方法 | |
---|---|
void | setUp ( TestInformation testInfo) |
void | tearDown ( TestInformation testInfo, Throwable e) |
公共構造函數
CompileBootImageWithSpeedTargetPreparer
public CompileBootImageWithSpeedTargetPreparer ()
公共方法
設置
public void setUp (TestInformation testInfo)
參數 | |
---|---|
testInfo | TestInformation |
投擲 | |
---|---|
BuildError | |
DeviceNotAvailableException | |
TargetSetupError |
拆除
public void tearDown (TestInformation testInfo, Throwable e)
參數 | |
---|---|
testInfo | TestInformation |
e | Throwable |
投擲 | |
---|---|
DeviceNotAvailableException |