You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain cloud-hosted linux server configurations do not have a physical USB controller (e.g they employ a TCP-based mechanism to interface with emulator devices).
Under such conditions, libusb_init() fails (ref: https://android.googlesource.com/platform/external/libusb/+/refs/heads/upstream-master/libusb/os/linux_usbfs.c#298) which is surprising.
Ask: Instead of allowing libusb_init() to proceed, an appropriate error (other than LIBUSB_ERROR_OTHER) can potentially be useful for cloud-top users (with a specialized kernel configuration).
The text was updated successfully, but these errors were encountered:
Certain cloud-hosted linux server configurations do not have a physical USB controller (e.g they employ a TCP-based mechanism to interface with emulator devices).
Under such conditions, libusb_init() fails (ref: https://android.googlesource.com/platform/external/libusb/+/refs/heads/upstream-master/libusb/os/linux_usbfs.c#298) which is surprising.
Ask: Instead of allowing libusb_init() to proceed, an appropriate error (other than LIBUSB_ERROR_OTHER) can potentially be useful for cloud-top users (with a specialized kernel configuration).
The text was updated successfully, but these errors were encountered: