mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-16 22:47:36 +08:00
refactor: exit with AndroidShellExecError code for adb shell failure
This commit is contained in:
@@ -63,7 +63,7 @@ var (
|
||||
var (
|
||||
AndroidDeviceConnectionError = errors.New("android device connection error") // 60
|
||||
AndroidDeviceUSBDriverError = errors.New("android device USB driver error") // 61
|
||||
AndroidShellExecError = errors.New("android shell exec error") // 62
|
||||
AndroidShellExecError = errors.New("android adb shell exec error") // 62
|
||||
AndroidScreenShotError = errors.New("android screenshot error") // 65
|
||||
AndroidCaptureLogError = errors.New("android capture log error") // 66
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user