We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac49ee9 commit eaf16c1Copy full SHA for eaf16c1
pkg/board/remote/adb/adb.go
@@ -80,6 +80,7 @@ func FromSerial(serial string, adbPath string) (*ADBConnection, error) {
80
81
return string(bytes.TrimSpace(output)) == "device", nil
82
}
83
+
84
if connected, err := isConnected(serial, adbPath); err != nil {
85
return nil, err
86
} else if !connected {
0 commit comments