mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-04 23:16:57 +08:00
fix: specify uia2 ip and port
This commit is contained in:
@@ -34,7 +34,6 @@ func newTransport(address string, readTimeout ...time.Duration) (tp transport, e
|
||||
|
||||
func (t transport) Send(command string) (err error) {
|
||||
msg := fmt.Sprintf("%04x%s", len(command), command)
|
||||
log.Debug().Str("cmd", command).Msg("run adb command")
|
||||
return _send(t.sock, []byte(msg))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user