scrcpy/app
Romain Vimont e2e76c5d48 Increase adb devices -l max output size
For simplicity, the parsing of `adb devices -l` output is performed in a
single pass on the whole output.

This output was limited to 4096 bytes. Since there are about 100 chars
per device line, this limited the number of connected devices to ~40.

Increase to 65536 bytes to avoid a limitation in practice.

PR #3035 <https://github.com/Genymobile/scrcpy/pull/3035>
2022-02-21 00:03:45 +01:00
..
data Move data/ to app/ 2022-02-20 17:56:50 +01:00
prebuilt-deps Build for Windows with libusb support 2022-02-20 17:39:12 +01:00
src Increase adb devices -l max output size 2022-02-21 00:03:45 +01:00
tests Use vector for listing ADB devices 2022-02-20 23:59:35 +01:00
meson.build Add sc_vector 2022-02-20 23:59:35 +01:00
scrcpy-windows.manifest Set DPI awareness for Windows 2021-12-20 19:13:02 +01:00
scrcpy-windows.rc Move data/ to app/ 2022-02-20 17:56:50 +01:00
scrcpy.1 Remove "linux-only" mentions for HID/OTG features 2022-02-20 17:27:43 +01:00