You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
3 months ago
..
data Forward mouse hover events 3 months ago
deps Upgrade platform-tools (35.0.0) for Windows 3 months ago
src Do not report error on device disconnected 3 months ago
tests Simplify shortcut modifiers 3 months ago
meson.build Add UHID mouse support 7 months ago
scrcpy-windows.manifest Set DPI awareness for Windows 3 years ago
scrcpy-windows.rc Bump version to 2.5 3 months ago
scrcpy.1 Forward mouse hover events 3 months ago