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 二进制文件的路径。 |