fix: 修改变量名称

This commit is contained in:
余泓铮
2024-08-22 21:48:17 +08:00
parent 12deee4e44
commit 586981b072
9 changed files with 100 additions and 103 deletions
+1 -1
View File
@@ -719,7 +719,7 @@ func (ad *adbDriver) GetDriverResults() []*DriverResult {
}
func (ad *adbDriver) GetForegroundApp() (app AppInfo, err error) {
packageInfo, err := ad.adbClient.RunShellCommand("CLASSPATH=/data/local/tmp/eval_tool", "app_process", "/", "com.bytedance.iesqa.eval_process.PackageService")
packageInfo, err := ad.adbClient.RunShellCommand("CLASSPATH=/data/local/tmp/evalite", "app_process", "/", "com.bytedance.iesqa.eval_process.PackageService")
if err != nil {
return app, err
}