.. tksn.adb documentation master file. tksn.adb - *Python wrapper for Android Debug Bridge* ==================================================== tksn.adb package is intended to provide simple access to ADB(Android Debug Bridge) from Python programs. Especially, tksn.adb is intended to be used by Android QA engineers who want to automate miscellaneous data collection required upon bug reporting. Such data collection includes logcat, screenshot, screenrecord, bugreport etc. .. toctree:: :hidden: device call utils Contents: - :ref:`examples` - :ref:`package-root` - :doc:`device` - :doc:`call` - :doc:`utils` .. _examples: Examples -------- .. literalinclude:: ../example/example0.py .. _package-root: tksn.adb package ---------------- tksn.adb package root includes aliases of submodule's objects: =============================== =================================== Alias Submodule's object ------------------------------- ----------------------------------- tksn.adb.Device tksn.adb.device.Device tksn.adb.DeviceNotFoundError tksn.adb.device.DeviceNotFoundError tksn.adb.CallError tksn.adb.call.CallError tksn.adb.get_device_serials tksn.adb.utils.get_device_serials =============================== ===================================