Adbユーティリティ
public class AdbUtils
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.AdbUtils |
adb 操作のユーティリティ クラス。
まとめ
パブリック コンストラクター | |
---|---|
AdbUtils () |
公開メソッド | |
---|---|
static void | updateAdb ( TestInformation testInfo, IRunUtil runUtil, String adbPath) 特別な adb バージョンが使用されている場合、$PATH を更新します。 |
パブリック コンストラクター
Adbユーティリティ
public AdbUtils ()
公開メソッド
updateAdb
public static void updateAdb (TestInformation testInfo, IRunUtil runUtil, String adbPath)
特別な adb バージョンが使用されている場合、$PATH を更新します。
パラメーター | |
---|---|
testInfo | TestInformation : TestInformation オブジェクト。 |
runUtil | IRunUtil : システム コマンドの実行に使用されるIRunUtil オブジェクト。 |
adbPath | String : adb バイナリへのパス。 |