You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output of the ADB shell command as a string if ``decode`` is True, otherwise as bytes.
458
458
459
459
"""
460
+
ifnotself.available:
461
+
raiseexceptions.AdbConnectionError("ADB command not sent because a connection to the device has not been established. (Did you call `AdbDevice.connect()`?)")
The line-by-line output of the ADB shell command as a string if ``decode`` is True, otherwise as bytes.
481
484
482
485
"""
486
+
ifnotself.available:
487
+
raiseexceptions.AdbConnectionError("ADB command not sent because a connection to the device has not been established. (Did you call `AdbDevice.connect()`?)")
Filename, mode, size, and mtime info for the files in the directory
507
513
508
514
"""
515
+
ifnotself.available:
516
+
raiseexceptions.AdbConnectionError("ADB command not sent because a connection to the device has not been established. (Did you call `AdbDevice.connect()`?)")
raiseexceptions.AdbConnectionError("ADB command not sent because a connection to the device has not been established. (Did you call `AdbDevice.connect()`?)")
The total time in seconds to wait for a ``b'CLSE'`` or ``b'OKAY'`` command in :meth:`AdbDevice._read`
629
641
630
642
"""
643
+
ifnotself.available:
644
+
raiseexceptions.AdbConnectionError("ADB command not sent because a connection to the device has not been established. (Did you call `AdbDevice.connect()`?)")
raiseexceptions.AdbConnectionError("ADB command not sent because a connection to the device has not been established. (Did you call `AdbDevice.connect()`?)")
0 commit comments