Skip to content

Commit 512c0cc

Browse files
committed
add: wireless adb connection log
1 parent a3c2e9a commit 512c0cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/root.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ func init() {
4747
host := rootCmd.Flag("host").Value.String()
4848
port, _ := strconv.Atoi(rootCmd.Flag("port").Value.String())
4949
if host != "" && port != 0 {
50+
log.Infof("Connect %s:%d", host, port)
5051
client.Connect(host, port)
5152
}
5253
device = client.Device(adb.AnyDevice())

0 commit comments

Comments
 (0)