mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-02-01 20:14:27 +01:00
Settings read/write errors were silently ignored. Report them via a SettingsException so that the caller can handle them. This allows to log a proper error message, and will also allow to fallback to a different settings method in case of failure. PR #2802 <https://github.com/Genymobile/scrcpy/pull/2802>