AdbUtils

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。

公共構造函數

AdbUtils

public AdbUtils ()

公共方法

更新廣告

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

如果使用特殊的 adb 版本,則更新 $PATH。

參數
testInfo TestInformation :一個TestInformation對象。

runUtil IRunUtil :用於運行系統命令的IRunUtil對象。

adbPath String :adb 二進製文件的路徑。