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 ()
公共方法
setUp
public void setUp (TestInformation testInfo)
| 参数 | |
|---|---|
testInfo |
TestInformation |
| 抛出 | |
|---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
|
tearDown
public void tearDown (TestInformation testInfo, Throwable e)
| 参数 | |
|---|---|
testInfo |
TestInformation |
e |
Throwable |
| 抛出 | |
|---|---|
DeviceNotAvailableException |
|