mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-03 13:04:27 +01:00
exit() should not be called from within a child process, since it would call functions registered with atexit(), and flush stdio streams. Use _exit() instead.