mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-11 08:54:38 +01:00
In addition to disable stdout and stderr of the child process, add a flag to disable the error log printed by scrcpy if the command failed. This will we useful for commands which are expected to fail in some cases (like "adb disconnect" if the device is not connected). PR #2827 <https://github.com/Genymobile/scrcpy/pull/2827>