scrcpy/app
Chih-Hsuan Yen d049671908 Fix adb server hang
Since commit 0426708544, the server is run
in a dedicated thread. For SDL, many signals, including SIGINT and
SIGTERM, are masked for new threads. As a result, if the adb server is
not already running, adb commands invoked by scrcpy will start an adb
server that ignores those signals and cannot be terminated at system
shutdown.

Fixes #2873 <https://github.com/Genymobile/scrcpy/issues/2873>
PR #2870 <https://github.com/Genymobile/scrcpy/pull/2870>

Signed-off-by: Romain Vimont <rom@rom1v.com>
2021-12-11 19:09:11 +01:00
..
src Fix adb server hang 2021-12-11 19:09:11 +01:00
tests Remove spurious ';' 2021-12-04 09:29:30 +01:00
meson.build Improve crossbuild configuration 2021-12-10 19:50:58 +01:00
scrcpy-windows.rc Add metadata to scrcpy.exe for Windows 2021-12-09 23:38:13 +01:00
scrcpy.1 Update copyright date to 2021 in manpage 2021-12-09 23:37:40 +01:00