|
From: Toby G. <tob...@re...> - 2013-08-29 12:20:40
|
On 29/08/13 05:57, Anton Smirnov wrote: > > Hi, my question is not related to libusb probably (not sure android > uses libusb), but anyway. > > The device is rooted and supports USB OTG, android version in 4.x. > It's my android application and it works in android code, but does not > work in native code. > > I need to get actual usb transfers log or debug output including > controls transfers. Any help is highly appreciated. > > Thanks, Anton. > Which version of libusb are you using? If you enable logging in libusb with a call to libusb_set_debug() then you should get libusb debug log output in logcat, depending on which libusb version you are using. You can access logcat by running "adb logcat" or via the DDMS tool. Regards, Toby |