mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-01-11 09:44:28 +01:00
The serial is needed for many server actions, but this is an implementation detail, so the caller should not have to provide it on every call. Instead, store the serial in the server instance on server_start(). This paves the way to implement the "adb forward" fallback properly.