25.0.4
Added 2
- Experimental libusb support to Linux and Mac adb with ADB_LIBUSB environment variable
- New adb host-features command to check whether libusb backend is in use
Fixed 2
- fastboot no longer hangs on 2016 MacBook Pros
- Systrace command line capture on Mac
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