platform_system_core/adb/client
Nick Kralevich aced420f20 usb_dispatch.cpp: Lower severity of logging statement.
The first time you run adb, it starts the adbd server and annoyingly
generates the following message:

adb I 02-01 11:57:58 99717 99717 usb_dispatch.cpp:30] using native
backend

Drop the severity of the message to avoid visible spammy messages only
intended for debugging.

Test: code compiles and no more log message in normal adb use
Change-Id: I882092a6cd14bc67980d88416397d51ab8393b1b
2017-02-01 12:05:18 -08:00
..
main.cpp adb: add libusb implementation for Linux/Darwin. 2017-01-25 13:52:53 -08:00
usb_dispatch.cpp usb_dispatch.cpp: Lower severity of logging statement. 2017-02-01 12:05:18 -08:00
usb_libusb.cpp adb: add libusb implementation for Linux/Darwin. 2017-01-25 13:52:53 -08:00
usb_linux.cpp adb: add libusb implementation for Linux/Darwin. 2017-01-25 13:52:53 -08:00
usb_osx.cpp adb: fix darwin build. 2017-01-26 14:01:34 -08:00
usb_windows.cpp adb: move usb_* to client/usb_*. 2017-01-19 15:49:55 -08:00