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 |