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 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>
2 years ago
..
data Move data/ to app/ 2 years ago
prebuilt-deps Build for Windows with libusb support 2 years ago
src Increase `adb devices -l` max output size 2 years ago
tests Use vector for listing ADB devices 2 years ago
meson.build Add sc_vector 2 years ago
scrcpy-windows.manifest Set DPI awareness for Windows 3 years ago
scrcpy-windows.rc Move data/ to app/ 2 years ago
scrcpy.1 Remove "linux-only" mentions for HID/OTG features 2 years ago