Variable: tramp-adb-connect-if-not-connected
tramp-adb-connect-if-not-connected is a customizable variable defined
in tramp-adb.el.gz.
Value
nil
Documentation
Try to run adb connect if provided device is not connected currently.
It is used for TCP/IP devices.
This variable was added, or its default value changed, in Emacs 25.1.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-adb.el.gz
(defcustom tramp-adb-connect-if-not-connected nil
"Try to run `adb connect' if provided device is not connected currently.
It is used for TCP/IP devices."
:group 'tramp
:version "25.1"
:type 'boolean
:link '(tramp-info-link :tag "Tramp manual"
tramp-adb-connect-if-not-connected))