platform_system_core/adb/client
Elliott Hughes cd35664cdc Improve udev failure diagnostics.
A couple of folks had trouble understanding the existing message.

Before:

  8XV7N15917000596	no permissions (udev requires plugdev group membership); see [http://developer.android.com/tools/device.html]

After:

  8XV7N15917000596	no permissions (user buttmunch is not in the plugdev group); see [http://developer.android.com/tools/device.html]

This also fixes a libusb regression where we wouldn't show anything for
devices where we don't have permissions.

Bug: http://b/37707122
Test: ran "adb devices" as user buttmunch
Change-Id: I2fcd735ff4178145432b532a6e4dc8c93b2743fd
2017-05-05 12:50:16 -07:00
..
main.cpp adb: wait for devices to come up instead of sleeping for 3s. 2017-05-04 16:03:12 -07:00
usb_dispatch.cpp adb: use the actual wMaxPacketSize for usb endpoints. 2017-05-03 12:32:39 -07:00
usb_libusb.cpp Improve udev failure diagnostics. 2017-05-05 12:50:16 -07:00
usb_linux.cpp adb: use the actual wMaxPacketSize for usb endpoints. 2017-05-03 12:32:39 -07:00
usb_osx.cpp adb: make darwin build with thread safety analysis. 2017-05-04 16:03:12 -07:00
usb_windows.cpp adb: use the actual wMaxPacketSize for usb endpoints. 2017-05-03 12:32:39 -07:00