You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
3 years ago
..
src Fix assertion race condition in debug mode 3 years ago
tests Fix --lock-video-orientation syntax 3 years ago
meson.build Move log level conversion to log API 3 years ago
scrcpy.1 Add --verbosity=verbose log level 3 years ago