fix: get pid by bundle id in perf

This commit is contained in:
debugtalk
2022-10-11 22:24:49 +08:00
parent 23e7b4cf56
commit 43fa5ac0cd
6 changed files with 7 additions and 7 deletions

View File

@@ -1 +1 @@
v4.3.0-beta-10102150
v4.3.0-beta-10112220

View File

@@ -404,7 +404,7 @@ func (r *testCaseRunner) parseConfig() error {
iosDeviceConfig.UDID = udid.(string)
}
// switch to iOS springboard before init WDA session
// avoid getting stuck when some super app is activate such as douyin or wexin
// avoid getting stuck when some super app is active such as douyin or wexin
iosDeviceConfig.ResetHomeOnStartup = true
_, err := r.hrpRunner.initUIClient(iosDeviceConfig)
if err != nil {