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。

updateAdb

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

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

参数
testInfo TestInformation:一个 TestInformation 对象。

runUtil IRunUtil:用于运行系统命令的 IRunUtil 对象。

adbPath String:adb 二进制文件的路径。