Advertisement
Guest User

udoo i2c error

a guest
May 22nd, 2017
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 8.78 KB | None | 0 0
  1. 05-18 16:11:38.870 18454-18475/? E/I2CBus: Error 5: Failed to read from the i2c bus.
  2. 05-18 16:11:38.871 18454-18475/? E/I2CBus: Error 5: Failed to write to the i2c bus.
  3. 05-18 16:11:38.871 18454-18475/? E/I2CBus: Error 5: Failed to write to the i2c bus.
  4. 05-18 16:11:38.872 18454-18475/? E/I2CBus: Error 5: Failed to write to the i2c bus.
  5. 05-18 16:11:38.872 18454-18475/? E/I2CBus: Error 5: Failed to read from the i2c bus.
  6. 05-18 16:11:38.872 18454-18475/? E/I2CBus: Error 5: Failed to write to the i2c bus.
  7. 05-18 16:11:38.873 18454-18475/? A/libc: Invalid address 0xaf6f30f8 passed to free: value not allocated
  8. 05-18 16:11:38.873 18454-18475/? A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 18475 (AsyncTask #1)
  9. 05-18 16:11:38.976 262-262/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  10. 05-18 16:11:38.976 262-262/? A/DEBUG: Build fingerprint: 'UDOO/udoo_6dq/udoo_6dq:6.0.1/6.0.1-R2/20161123:eng/release-keys'
  11. 05-18 16:11:38.976 262-262/? A/DEBUG: Revision: '0'
  12. 05-18 16:11:38.976 262-262/? A/DEBUG: ABI: 'arm'
  13. 05-18 16:11:38.977 262-262/? A/DEBUG: pid: 18454, tid: 18475, name: AsyncTask #1  >>> com.myapp <<<
  14. 05-18 16:11:38.977 262-262/? A/DEBUG: signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
  15. 05-18 16:11:39.016 262-262/? A/DEBUG: Abort message: 'Invalid address 0xaf6f30f8 passed to free: value not allocated'
  16. 05-18 16:11:39.016 262-262/? A/DEBUG:     r0 00000000  r1 0000482b  r2 00000006  r3 92d7f978
  17. 05-18 16:11:39.016 262-262/? A/DEBUG:     r4 92d7f980  r5 92d7f930  r6 00000005  r7 0000010c
  18. 05-18 16:11:39.018 262-262/? A/DEBUG:     r8 934bf1c8  r9 b6d54594  sl 00000001  fp 00000002
  19. 05-18 16:11:39.019 262-262/? A/DEBUG:     ip 00000006  sp 92d7d558  lr b6d1efe5  pc b6d213e0  cpsr 400f0010
  20. 05-18 16:11:39.064 262-262/? A/DEBUG:     #00 pc 000423e0  /system/lib/libc.so (tgkill+12)
  21. 05-18 16:11:39.064 262-262/? A/DEBUG:     #01 pc 0003ffe1  /system/lib/libc.so (pthread_kill+32)
  22. 05-18 16:11:39.064 262-262/? A/DEBUG:     #02 pc 0001c63f  /system/lib/libc.so (raise+10)
  23. 05-18 16:11:39.064 262-262/? A/DEBUG:     #03 pc 000197e1  /system/lib/libc.so (__libc_android_abort+34)
  24. 05-18 16:11:39.064 262-262/? A/DEBUG:     #04 pc 000174d8  /system/lib/libc.so (abort+4)
  25. 05-18 16:11:39.065 262-262/? A/DEBUG:     #05 pc 0001b253  /system/lib/libc.so (__libc_fatal+16)
  26. 05-18 16:11:39.065 262-262/? A/DEBUG:     #06 pc 00055a23  /system/lib/libc.so (ifree+202)
  27. 05-18 16:11:39.065 262-262/? A/DEBUG:     #07 pc 00058903  /system/lib/libc.so (je_free+374)
  28. 05-18 16:11:39.065 262-262/? A/DEBUG:     #08 pc 00270f8d  /system/lib/libart.so (art::JNI::ReleasePrimitiveArrayCritical(_JNIEnv*, _jarray*, void*, int)+604)
  29. 05-18 16:11:39.065 262-262/? A/DEBUG:     #09 pc 0010d3bf  /system/lib/libart.so (art::CheckJNI::ReleasePrimitiveArrayCritical(_JNIEnv*, _jarray*, void*, int)+410)
  30. 05-18 16:11:39.065 262-262/? A/DEBUG:     #10 pc 000010b7  /data/app/com.myapp-1/lib/arm/libi2c.so (Java_com_myapp_lib_hardware_adapter_i2c_NativeI2CAdapter_native_1write+60)
  31. 05-18 16:11:39.065 262-262/? A/DEBUG:     #11 pc 000ea839  /system/lib/libart.so (art_quick_generic_jni_trampoline+40)
  32. 05-18 16:11:39.065 262-262/? A/DEBUG:     #12 pc 000e6141  /system/lib/libart.so (art_quick_invoke_stub_internal+64)
  33. 05-18 16:11:39.066 262-262/? A/DEBUG:     #13 pc 003eb61b  /system/lib/libart.so (art_quick_invoke_stub+170)
  34. 05-18 16:11:39.066 262-262/? A/DEBUG:     #14 pc 0010092c  [stack:18475]
  35. 05-18 16:11:39.639 1095-18486/? W/ActivityManager:   Force finishing activity com.myapp/.LoadingScreenActivity
  36. 05-18 16:11:39.642 262-262/? E/DEBUG: AM write failed: Broken pipe
  37. 05-18 16:11:39.644 1095-1112/? I/BootReceiver: Copying /data/tombstones/tombstone_04 to DropBox (SYSTEM_TOMBSTONE)
  38. 05-18 16:11:39.765 1095-1106/? I/WindowState: WIN DEATH: Window{d963e0e u0 com.myapp/com.myapp.LoadingScreenActivity}
  39. 05-18 16:11:39.767 277-277/? I/Zygote: Process 18454 exited due to signal (6)
  40. 05-18 16:11:39.768 1095-1688/? D/GraphicsStats: Buffer count: 9
  41. 05-18 16:11:39.854 1095-18486/? W/ActivityManager: Exception thrown during pause
  42.                                                    android.os.DeadObjectException
  43.                                                        at android.os.BinderProxy.transactNative(Native Method)
  44.                                                        at android.os.BinderProxy.transact(Binder.java:503)
  45.                                                        at android.app.ApplicationThreadProxy.schedulePauseActivity(ApplicationThreadNative.java:727)
  46.                                                        at com.android.server.am.ActivityStack.startPausingLocked(ActivityStack.java:867)
  47.                                                        at com.android.server.am.ActivityStack.finishActivityLocked(ActivityStack.java:2907)
  48.                                                        at com.android.server.am.ActivityStack.finishTopRunningActivityLocked(ActivityStack.java:2763)
  49.                                                        at com.android.server.am.ActivityStackSupervisor.finishTopRunningActivityLocked(ActivityStackSupervisor.java:2760)
  50.                                                        at com.android.server.am.ActivityManagerService.handleAppCrashLocked(ActivityManagerService.java:12055)
  51.                                                        at com.android.server.am.ActivityManagerService.makeAppCrashingLocked(ActivityManagerService.java:11951)
  52.                                                        at com.android.server.am.ActivityManagerService.crashApplication(ActivityManagerService.java:12640)
  53.                                                        at com.android.server.am.ActivityManagerService.handleApplicationCrashInner(ActivityManagerService.java:12147)
  54.                                                        at com.android.server.am.NativeCrashListener$NativeCrashReporter.run(NativeCrashListener.java:86)
  55. 05-18 16:11:39.856 205-205/? E/lowmemorykiller: Error opening /proc/18454/oom_score_adj; errno=2
  56. 05-18 16:11:39.860 1095-1255/? I/ActivityManager: Process com.myapp (pid 18454) has died
  57. 05-18 16:11:39.860 1095-1255/? D/ActivityManager: cleanUpApplicationRecord -- 18454
  58. 05-18 16:11:39.883 211-1121/? E/BufferQueueProducer: [com.android.launcher/com.android.launcher2.Launcher] dequeueBuffer: can't dequeue multiple buffers without setting the buffer count
  59. 05-18 16:11:39.904 1095-14469/? W/InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@3b17dc3 attribute=null, token = android.os.BinderProxy@158f4c0
  60. 05-18 16:11:39.932 1095-3270/? I/OpenGLRenderer: Initialized EGL, version 1.4
  61. 05-18 16:11:39.954 211-1121/? E/BufferQueueProducer: [Application Error: com.myapp] dequeueBuffer: can't dequeue multiple buffers without setting the buffer count
  62. 05-18 16:11:41.371 268-1086/? W/audio_hw_primary: do_out_standby... -1242765568
  63. 05-18 16:11:50.292 268-1086/? W/audio_hw_primary: out_set_parameters routing=1024, ret 0, out -1242765568
  64. 05-18 16:11:50.302 268-1086/? I/audio_hw_primary: start_output_stream... -1242765568, device 1024
  65. 05-18 16:11:50.305 268-1086/? W/audio_hw_primary: card 1, port 0 device 0x400
  66. 05-18 16:11:50.305 268-1086/? W/audio_hw_primary: rate 44100, channel 2 period_size 0x300
  67. 05-18 16:11:50.334 1095-3270/? D/OpenGLRenderer: endAllStagingAnimators on 0x8f407b00 (RippleDrawable) with handle 0x8a796ac0
  68. 05-18 16:11:50.343 1095-1647/? W/InputMethodManagerService: Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@74a10ca attribute=null, token = android.os.BinderProxy@158f4c0
  69. 05-18 16:11:50.520 1095-1114/? W/AppOps: Finishing op nesting under-run: uid 1000 pkg android code 24 time=0 duration=0 nesting=0
  70. 05-18 16:11:53.377 268-1086/? W/audio_hw_primary: do_out_standby... -1242765568
  71. 05-18 16:11:57.131 1095-1143/? D/WifiStateMachine: starting scan for "UNE_HFC_FF6E"WPA_PSK with 2412
  72. 05-18 16:12:00.050 1642-1796/? W/OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...
  73. 05-18 16:12:00.129 268-1086/? W/audio_hw_primary: out_set_parameters routing=1024, ret 0, out -1242765568
  74. 05-18 16:12:00.129 1095-1686/? I/ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.myapp.bb/.BitBanger (has extras)} from uid 10006 on display 0
  75. 05-18 16:12:00.139 268-1086/? I/audio_hw_primary: start_output_stream... -1242765568, device 1024
  76. 05-18 16:12:00.143 268-1086/? W/audio_hw_primary: card 1, port 0 device 0x400
  77. 05-18 16:12:00.143 268-1086/? W/audio_hw_primary: rate 44100, channel 2 period_size 0x300
  78. 05-18 16:12:00.195 1095-1261/? I/ActivityManager: Start proc 18543:com.myapp.bb/u0a49 for activity com.myapp.bb/.BitBanger
  79. 05-18 16:12:00.291 18543-18543/? I/art: Not late-enabling -Xcheck:jni (already on)
  80. 05-18 16:12:00.291 18543-18543/? I/art: Late-enabling JIT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement