Added experimental libusb support to Linux and Mac adb
To use the libusb backend, set the environment variable ADB_LIBUSB=true before
launching a new adb server. The new
adb host-features
command will tell you
whether or not you're using libusb.To restart adb with libusb and check that it worked, use
adb kill-server;
ADB_LIBUSB=1 adb start-server; adb host-features
. The output should include
"libusb".In this release, the old non-libusb implementation remains the default.
fastboot doesn't hang 2016 MacBook Pros anymore
(bug
231129)
Fixed Systrace command line capture on Mac