ADBUtils
public
class
AdbUtils
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.AdbUtils |
ADB 作業的公用程式類別。
摘要
公用建構函式 | |
---|---|
AdbUtils()
|
公用方法 | |
---|---|
static
File
|
getAdbToUpdate(TestInformation testInfo, String adbPath)
取得測試資訊中應設定在 PATH 中的特殊 ADB 組合。 |
static
void
|
updateAdb(TestInformation testInfo, IRunUtil runUtil, String adbPath)
如果使用特殊 ADB 版本,會更新 $PATH。 |
公用建構函式
ADBUtils
public AdbUtils ()
公用方法
getAdbToUpdate
public static File getAdbToUpdate (TestInformation testInfo, String adbPath)
取得測試資訊中應設定在 PATH 中的特殊 ADB 組合。
參數 | |
---|---|
testInfo |
TestInformation :TestInformation 物件。 |
adbPath |
String :ADB 二進位檔的路徑。 |
傳回 | |
---|---|
File |
應在 PATH 中設定的 ADB。 |
更新 ADB
public static void updateAdb (TestInformation testInfo, IRunUtil runUtil, String adbPath)
如果使用特殊 ADB 版本,會更新 $PATH。
參數 | |
---|---|
testInfo |
TestInformation :TestInformation 物件。 |
runUtil |
IRunUtil :用於執行系統指令的 IRunUtil 物件。 |
adbPath |
String :ADB 二進位檔的路徑。 |