AdbUtils

public class AdbUtils
extends Object

java.lang.オブジェクト
com.android.tradefed.util.AdbUtils


adb 操作のためのユーティリティ クラス。

まとめ

パブリックコンストラクター

AdbUtils ()

パブリックメソッド

static void updateAdb ( TestInformation testInfo, IRunUtil runUtil, String adbPath)

特別な adb バージョンが使用されている場合は、$PATH を更新します。

パブリックコンストラクター

AdbUtils

public AdbUtils ()

パブリックメソッド

更新Adb

public static void updateAdb (TestInformation testInfo, 
                IRunUtil runUtil, 
                String adbPath)

特別な adb バージョンが使用されている場合は、$PATH を更新します。

パラメーター
testInfo TestInformation : TestInformationオブジェクト。

runUtil IRunUtil : システム コマンドの実行に使用されるIRunUtilオブジェクト。

adbPath String : adb バイナリへのパス。