Fix: when calling Throwable.printStackTrace, logs from other threads may be inserted. by valord577 · Pull Request #6487 · Genymobile/scrcpy (original) (raw)
…s may be inserted.
Signed-off-by: valord577 valord577@gmail.com
…s may be inserted.
Signed-off-by: valord577 valord577@gmail.com
pushed a commit that referenced this pull request
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.
Signed-off-by: valord577 valord577@gmail.com Signed-off-by: Romain Vimont rom@rom1v.com
Linux4 added a commit to Linux4/scrcpy that referenced this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})