mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-15 19:04:27 +01:00
Xiaomi device ROMs print internal errors using e.printStackTRace(), flooding the console with irrelevant errors. To get rid of them, on Xiaomi devices, trash the messages printed to the console by direct calls to System.out and System.err. Refs #994 <https://github.com/Genymobile/scrcpy/issues/994> Refs #4213 <https://github.com/Genymobile/scrcpy/pull/4213>