mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-01-31 19:44:31 +01:00
Between the calls to CONSOLE_ERR.print() and printStackTrace(CONSOLE_ERR), logs from other threads may be inserted. Synchronizing access to CONSOLE_ERR ensures that logs from different threads do not mix. PR #6487 <https://github.com/Genymobile/scrcpy/pull/6487> Signed-off-by: valord577 <valord577@gmail.com> Signed-off-by: Romain Vimont <rom@rom1v.com>