scrcpy/app
Romain Vimont b419eef55e Do not report error on device disconnected
A device disconnection (when the adb connection is closed) makes the
read() on the "receiver" socket fail.

Since commit 063a8339ed, this is reported
as an error. As a consequence, scrcpy fails with:

    ERROR: Controller error

instead of:

    WARN: Device disconnected

To fix the issue, report a device disconnection in that case.

PR #5044 <https://github.com/Genymobile/scrcpy/pull/5044>
2024-07-06 00:04:07 +02:00
..
data Forward mouse hover events 2024-06-29 12:42:19 +02:00
deps Upgrade platform-tools (35.0.0) for Windows 2024-06-29 13:10:45 +02:00
src Do not report error on device disconnected 2024-07-06 00:04:07 +02:00
tests Simplify shortcut modifiers 2024-06-23 19:15:45 +02:00
meson.build Add UHID mouse support 2024-03-01 00:52:13 +01:00
scrcpy-windows.manifest Set DPI awareness for Windows 2021-12-20 19:13:02 +01:00
scrcpy-windows.rc Bump version to 2.5 2024-06-29 16:52:45 +02:00
scrcpy.1 Forward mouse hover events 2024-06-29 12:42:19 +02:00