We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c2e9a commit 512c0ccCopy full SHA for 512c0cc
1 file changed
cmd/root.go
@@ -47,6 +47,7 @@ func init() {
47
host := rootCmd.Flag("host").Value.String()
48
port, _ := strconv.Atoi(rootCmd.Flag("port").Value.String())
49
if host != "" && port != 0 {
50
+ log.Infof("Connect %s:%d", host, port)
51
client.Connect(host, port)
52
}
53
device = client.Device(adb.AnyDevice())
0 commit comments