mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
All adb commands are executed with an "interruptor", so that they can be interrupted on Ctrl+C. Make this interruptor optional, so that we could call "adb kill-server" in OTG mode. This command always returns almost immediately anyway. Ideally, we should make all blocking calls interruptible (including libusb calls, by using the asynchronous API), but it's a lot of work, and in practice it works well enough. PR #3011 <https://github.com/Genymobile/scrcpy/pull/3011> |
||
|---|---|---|
| .. | ||
| adb.c | ||
| adb.h | ||
| adb_device.c | ||
| adb_device.h | ||
| adb_parser.c | ||
| adb_parser.h | ||
| adb_tunnel.c | ||
| adb_tunnel.h | ||