0

I have android app with implemented interaction over USB (with sources) and i'm facing some difficulties with implementing the same in native code using libusb. Is there any chanсe to get libusb invocations log for Android USB API?

Update: It seems that Android uses libusbhost not libusb

4ntoine
  • 19,816
  • 21
  • 96
  • 220
  • the only idea i have now is to recompile libusb (if Android uses it) with debug mode turned on and replace current files. But it looks hacky and can hurt the system somehow.. – 4ntoine Aug 24 '13 at 02:58
  • it seems that android does not use libusb behind the scene. there is no libusb.so in /system/lib folder.. – 4ntoine Aug 26 '13 at 09:52
  • Hope this help you http://stackoverflow.com/questions/8480388/libusb-1-0-debug-informations Looks like it's a WontFix bug – JGutierrezC Aug 30 '13 at 15:20
  • Thanks but this relates to libusb and not to android – 4ntoine Aug 31 '13 at 15:42

0 Answers0