Skip to content

Instantly share code, notes, and snippets.

@chadrockey
Created July 30, 2013 23:02
Show Gist options
  • Save chadrockey/6117836 to your computer and use it in GitHub Desktop.
Save chadrockey/6117836 to your computer and use it in GitHub Desktop.
ViewRootImpl : sendUserActionEvent() mView == null
AcmDeviceActivity : <new> - Enter
AcmDeviceActivity : <new> - Exit
HokuyoPublisher : <new> - Enter
HokuyoPublisher : <new> - Exit
HokuyoPublisher : init - Enter
HokuyoPublisher : init - Exit
ViewRootImpl : sendUserActionEvent() mView == null
AcmDeviceActivity : <new> - Enter
AcmDeviceActivity : <new> - Exit
HokuyoPublisher : <new> - Enter
HokuyoPublisher : <new> - Exit
usbhost : usb_device_new /dev/bus/usb/002/002 fd: 51
usbhost : usb_device_new read returned 85 errno 11
AcmDeviceActivity : Adding new ACM device: /dev/bus/usb/002/002
AcmDevice : Endpoint 0/1: UsbEndpoint[mAddress=131,mAttributes=3,mMaxPacketSize=16,mInterval=16]. Type = 3
AcmDeviceActivity : Failed to create ACM device: java.lang.IllegalArgumentException: Not all endpoints found.
HokuyoPublisher : init - Enter
HokuyoPublisher : init - Exit
ViewRootImpl : sendUserActionEvent() mView == null
@adamantivm
Copy link

@adamantivm
Copy link

From what I understand, that 85 errno 11 means normal operation, there's no error there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment