3c7a6d363e
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>