mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-26 02:40:05 +08:00
refactor: replace gadb with optimized version authoried by @appl3s
This commit is contained in:
@@ -17,7 +17,7 @@ import (
|
||||
type adbDriver struct {
|
||||
Driver
|
||||
|
||||
adbClient gadb.Device
|
||||
adbClient *gadb.Device
|
||||
logcat *AdbLogcat
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user