MCPcopy Create free account
hub / github.com/kivy/python-for-android / adb

Method adb

pythonforandroid/toolchain.py:1227–1232  ·  view source on GitHub ↗

Runs the adb binary from the detected SDK directory, passing all arguments straight to it. This is intended as a convenience function if adb is not in your $PATH.

(self, args)

Source from the content-addressed store, hash-verified

1225 sys.stdout.flush()
1226
1227 def adb(self, args):
1228 """Runs the adb binary from the detected SDK directory, passing all
1229 arguments straight to it. This is intended as a convenience
1230 function if adb is not in your $PATH.
1231 """
1232 self._adb(args.unknown_args)
1233
1234 def logcat(self, args):
1235 """Runs ``adb logcat`` using the adb binary from the detected SDK

Callers

nothing calls this directly

Calls 1

_adbMethod · 0.95

Tested by

no test coverage detected