scrcpy/server/src
Romain Vimont 7a66c4d0a4 Force server exit at the end of main()
By default, the Java process exits when all non-daemon threads are
terminated.

The Android SDK might start some non-daemon threads internally,
preventing the scrcpy server to exit in some cases.

So force the process to exit explicitly.
2023-10-28 15:51:53 +02:00
..
main Force server exit at the end of main() 2023-10-28 15:51:53 +02:00
test/java/com/genymobile/scrcpy Remove spurious empty line 2023-06-10 12:07:35 +02:00