gecko-dev/testing/mozbase/mozdevice
Nicolas B. Pierron 0c635c7669 Bug 1692253 - Create a thread to handle ADB process timeout. r=jmaher,gbrown
This change add the ability to yield the output as it is produced, by
creating a thread responsible for killing the process if it takes too
long.

This way we can loop with blocking I/O on stdout in python, while the
process is running concurrently. The loop ends when the process exit
either by itself or after being killed by the timeout.

Differential Revision: https://phabricator.services.mozilla.com/D105037
2021-02-25 11:47:26 +00:00
..
mozdevice Bug 1692253 - Create a thread to handle ADB process timeout. r=jmaher,gbrown 2021-02-25 11:47:26 +00:00
tests Bug 1581971: Part 3 - ADBDevice changes to support mach run --debug; r=gbrown,jmaher 2021-02-19 21:07:19 +00:00
setup.cfg
setup.py Bug 1678250 - [mozdevice] Release mozdevice 4.0.3, r=aerickson. 2020-11-20 09:36:33 +00:00