scrcpy/app/src/adb
Romain Vimont 5ed13ef477 Execute adb start-server
This does nothing if the adb daemon is already started, but allows to
print any output/errors to the console.

Otherwise, the daemon starting would occur during `adb devices`, which
does not output to the console because the result is parsed.

PR #3005 <https://github.com/Genymobile/scrcpy/pull/3005>
2022-02-09 10:00:14 +01:00
..
adb.c Execute adb start-server 2022-02-09 10:00:14 +01:00
adb.h Execute adb start-server 2022-02-09 10:00:14 +01:00
adb_device.c Add adb devices parser 2022-02-09 09:56:25 +01:00
adb_device.h Expose simple API to select a single adb device 2022-02-09 09:56:26 +01:00
adb_parser.c Expose simple API to select a single adb device 2022-02-09 09:56:26 +01:00
adb_parser.h Add adb devices parser 2022-02-09 09:56:25 +01:00
adb_tunnel.c Use sc_ prefix for adb 2022-02-04 08:39:10 +01:00
adb_tunnel.h Move ADB code to adb/ 2022-02-04 08:39:10 +01:00