Created
July 30, 2013 22:35
-
-
Save chadrockey/6117692 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AcmDeviceActivity : <new> - Enter | |
AcmDeviceActivity : <new> - Exit | |
HokuyoPublisher : <new> - Enter | |
HokuyoPublisher : <new> - Exit | |
SpannableStringBuilder : SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length | |
SpannableStringBuilder : SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length | |
HokuyoPublisher : init - Enter | |
HokuyoPublisher : init - Exit | |
bDeviceDetachedReceiver : USB device removed: /dev/bus/usb/002/002 | |
AcmDeviceActivity : <new> - Enter | |
AcmDeviceActivity : <new> - Exit | |
HokuyoPublisher : <new> - Enter | |
HokuyoPublisher : <new> - Exit | |
ViewRootImpl : sendUserActionEvent() mView == null | |
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: 48 | |
usbhost : usb_device_new read returned 85 errno 11 | |
AcmDeviceActivity : Adding new ACM device: /dev/bus/usb/002/002 | |
AndroidRuntime : Shutting down VM | |
AndroidRuntime : FATAL EXCEPTION: main | |
AndroidRuntime : java.lang.RuntimeException: Unable to start activity ComponentInfo{com.github.rosjava.android.hokuyo_publisher/com.github.rosjava.android.hokuyo_publisher.HokuyoPublisher}: java.lang.IllegalArgumentException: Not all endpoints found. | |
AndroidRuntime : at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2249) | |
AndroidRuntime : at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2299) | |
AndroidRuntime : at android.app.ActivityThread.access$700(ActivityThread.java:154) | |
AndroidRuntime : at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1284) | |
AndroidRuntime : at android.os.Handler.dispatchMessage(Handler.java:99) | |
AndroidRuntime : at android.os.Looper.loop(Looper.java:137) | |
AndroidRuntime : at android.app.ActivityThread.main(ActivityThread.java:5306) | |
AndroidRuntime : at java.lang.reflect.Method.invokeNative(Native Method) | |
AndroidRuntime : at java.lang.reflect.Method.invoke(Method.java:511) | |
AndroidRuntime : at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1102) | |
AndroidRuntime : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:869) | |
AndroidRuntime : at dalvik.system.NativeStart.main(Native Method) | |
AndroidRuntime : Caused by: java.lang.IllegalArgumentException: Not all endpoints found. | |
AndroidRuntime : at org.ros.android.android_acm_serial.AcmDevice.<init>(AcmDevice.java:66) | |
AndroidRuntime : at org.ros.android.android_acm_serial.AcmDeviceActivity.newAcmDevice(AcmDeviceActivity.java:98) | |
AndroidRuntime : at org.ros.android.android_acm_serial.AcmDeviceActivity.onUsbDeviceAttached(AcmDeviceActivity.java:128) | |
AndroidRuntime : at org.ros.android.android_acm_serial.AcmDeviceActivity.onCreate(AcmDeviceActivity.java:114) | |
AndroidRuntime : at com.github.rosjava.android.hokuyo_publisher.HokuyoPublisher.onCreate(HokuyoPublisher.java:42) | |
AndroidRuntime : at android.app.Activity.performCreate(Activity.java:5255) | |
AndroidRuntime : at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1097) | |
AndroidRuntime : at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2213) | |
AndroidRuntime : ... 11 more | |
Process : Sending signal. PID: 6996 SIG: 9 | |
IInputConnectionWrapper : showStatusIcon on inactive InputConnection | |
AcmDeviceActivity : <new> - Enter | |
AcmDeviceActivity : <new> - Exit | |
HokuyoPublisher : <new> - Enter | |
HokuyoPublisher : <new> - Exit | |
usbhost : usb_device_new /dev/bus/usb/002/002 fd: 46 | |
usbhost : usb_device_new read returned 85 errno 11 | |
AcmDeviceActivity : Adding new ACM device: /dev/bus/usb/002/002 | |
AndroidRuntime : Shutting down VM | |
AndroidRuntime : FATAL EXCEPTION: main | |
AndroidRuntime : java.lang.RuntimeException: Unable to start activity ComponentInfo{com.github.rosjava.android.hokuyo_publisher/com.github.rosjava.android.hokuyo_publisher.HokuyoPublisher}: java.lang.IllegalArgumentException: Not all endpoints found. | |
AndroidRuntime : at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2249) | |
AndroidRuntime : at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2299) | |
AndroidRuntime : at android.app.ActivityThread.access$700(ActivityThread.java:154) | |
AndroidRuntime : at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1284) | |
AndroidRuntime : at android.os.Handler.dispatchMessage(Handler.java:99) | |
AndroidRuntime : at android.os.Looper.loop(Looper.java:137) | |
AndroidRuntime : at android.app.ActivityThread.main(ActivityThread.java:5306) | |
AndroidRuntime : at java.lang.reflect.Method.invokeNative(Native Method) | |
AndroidRuntime : at java.lang.reflect.Method.invoke(Method.java:511) | |
AndroidRuntime : at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1102) | |
AndroidRuntime : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:869) | |
AndroidRuntime : at dalvik.system.NativeStart.main(Native Method) | |
AndroidRuntime : Caused by: java.lang.IllegalArgumentException: Not all endpoints found. | |
AndroidRuntime : at org.ros.android.android_acm_serial.AcmDevice.<init>(AcmDevice.java:66) | |
AndroidRuntime : at org.ros.android.android_acm_serial.AcmDeviceActivity.newAcmDevice(AcmDeviceActivity.java:98) | |
AndroidRuntime : at org.ros.android.android_acm_serial.AcmDeviceActivity.onUsbDeviceAttached(AcmDeviceActivity.java:128) | |
AndroidRuntime : at org.ros.android.android_acm_serial.AcmDeviceActivity.onCreate(AcmDeviceActivity.java:114) | |
AndroidRuntime : at com.github.rosjava.android.hokuyo_publisher.HokuyoPublisher.onCreate(HokuyoPublisher.java:42) | |
AndroidRuntime : at android.app.Activity.performCreate(Activity.java:5255) | |
AndroidRuntime : at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1097) | |
AndroidRuntime : at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2213) | |
AndroidRuntime : ... 11 more | |
Process : Sending signal. PID: 7269 SIG: 9 | |
AcmDeviceActivity : <new> - Enter | |
AcmDeviceActivity : <new> - Exit | |
HokuyoPublisher : <new> - Enter | |
HokuyoPublisher : <new> - Exit | |
HokuyoPublisher : init - Enter | |
HokuyoPublisher : init - 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 | |
AndroidRuntime : Shutting down VM | |
AndroidRuntime : FATAL EXCEPTION: main | |
AndroidRuntime : java.lang.IllegalArgumentException: Not all endpoints found. | |
AndroidRuntime : at org.ros.android.android_acm_serial.AcmDevice.<init>(AcmDevice.java:66) | |
AndroidRuntime : at org.ros.android.android_acm_serial.AcmDeviceActivity.newAcmDevice(AcmDeviceActivity.java:98) | |
AndroidRuntime : at org.ros.android.android_acm_serial.AcmDeviceActivity.onUsbDeviceAttached(AcmDeviceActivity.java:128) | |
AndroidRuntime : at org.ros.android.android_acm_serial.AcmDeviceActivity.onNewIntent(AcmDeviceActivity.java:120) | |
AndroidRuntime : at android.app.Instrumentation.callActivityOnNewIntent(Instrumentation.java:1171) | |
AndroidRuntime : at android.app.ActivityThread.deliverNewIntents(ActivityThread.java:2368) | |
AndroidRuntime : at android.app.ActivityThread.performNewIntents(ActivityThread.java:2381) | |
AndroidRuntime : at android.app.ActivityThread.handleNewIntent(ActivityThread.java:2390) | |
AndroidRuntime : at android.app.ActivityThread.access$1500(ActivityThread.java:154) | |
AndroidRuntime : at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1355) | |
AndroidRuntime : at android.os.Handler.dispatchMessage(Handler.java:99) | |
AndroidRuntime : at android.os.Looper.loop(Looper.java:137) | |
AndroidRuntime : at android.app.ActivityThread.main(ActivityThread.java:5306) | |
AndroidRuntime : at java.lang.reflect.Method.invokeNative(Native Method) | |
AndroidRuntime : at java.lang.reflect.Method.invoke(Method.java:511) | |
AndroidRuntime : at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1102) | |
AndroidRuntime : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:869) | |
AndroidRuntime : at dalvik.system.NativeStart.main(Native Method) | |
Process : Sending signal. PID: 7624 SIG: 9 | |
AcmDeviceActivity : <new> - Enter | |
AcmDeviceActivity : <new> - Exit | |
HokuyoPublisher : <new> - Enter | |
HokuyoPublisher : <new> - Exit | |
HokuyoPublisher : init - Enter | |
HokuyoPublisher : init - Exit | |
ViewRootImpl : sendUserActionEvent() mView == null | |
ViewRootImpl : sendUserActionEvent() mView == null | |
ViewRootImpl : sendUserActionEvent() mView == null | |
MotionRecognitionManager : .unregisterListener : / listener count = 0->0, | |
MotionRecognitionManager : .unregisterListener : / listener count = 0->0, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment