scrcpy/app
Romain Vimont f33d37976c Fix assertion race condition in debug mode
Commit 21d206f360 added mutex assertions.

However, the "locker" variable to trace the locker thread id was read
and written by several threads without any protection, so it was racy.

Reported by TSAN.
2021-06-26 15:31:50 +02:00
..
src Fix assertion race condition in debug mode 2021-06-26 15:31:50 +02:00
tests Fix --lock-video-orientation syntax 2021-06-11 18:40:12 +02:00
meson.build Move log level conversion to log API 2021-06-20 16:04:18 +02:00
scrcpy.1 Add --verbosity=verbose log level 2021-06-20 12:34:19 +02:00