连接打印机时的一个crash

                                                                                                            --------- beginning of crash
01-04 15:50:10.317 9555-9565/com.tiidian.imwaiter A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0xf000048 in tid 9565 (HeapTaskDaemon)
01-04 15:50:10.371 231-231/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-04 15:50:10.371 231-231/? A/DEBUG: Build fingerprint: 'Android/rk3288/rk3288:6.0.1/MXC89K/xiao11020951:userdebug/test-keys'
01-04 15:50:10.371 231-231/? A/DEBUG: Revision: '0'
01-04 15:50:10.371 231-231/? A/DEBUG: ABI: 'arm'
01-04 15:50:10.371 231-231/? A/DEBUG: pid: 9555, tid: 9565, name: HeapTaskDaemon  >>> com.tiidian.imwaiter <<<
01-04 15:50:10.371 231-231/? A/DEBUG: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xf000048
01-04 15:50:10.417 231-231/? A/DEBUG:     r0 6fd16658  r1 a2a12330  r2 a2a12334  r3 b4cd931c
01-04 15:50:10.417 231-231/? A/DEBUG:     r4 a2a12334  r5 0000a74e  r6 13674e30  r7 a2a12330
01-04 15:50:10.417 231-231/? A/DEBUG:     r8 0f00003c  r9 13674e00  sl a2a123ac  fp a2a12330
01-04 15:50:10.417 231-231/? A/DEBUG:     ip 13674e80  sp a2a122b8  lr b4a13239  pc b4a12a54  cpsr 80070030
01-04 15:50:10.435 231-231/? A/DEBUG: backtrace:
01-04 15:50:10.435 231-231/? A/DEBUG:     #00 pc 001a0a54  /system/lib/libart.so (_ZN3art6mirror6Object15VisitReferencesILb0ELNS_17VerifyObjectFlagsE0ENS_2gc9collector17MarkObjectVisitorENS5_29DelayReferenceReferentVisitorEEEvRKT1_RKT2_+43)
01-04 15:50:10.435 231-231/? A/DEBUG:     #01 pc 001a1235  /system/lib/libart.so (_ZNK3art2gc10accounting11SpaceBitmapILj8EE16VisitMarkedRangeINS0_9collector17ScanObjectVisitorEEEvjjRKT_+448)
01-04 15:50:10.435 231-231/? A/DEBUG:     #02 pc 001a1a85  /system/lib/libart.so (_ZN3art2gc9collector9MarkSweep15ScanGrayObjectsEbh+1580)
01-04 15:50:10.435 231-231/? A/DEBUG:     #03 pc 001a1af5  /system/lib/libart.so (_ZN3art2gc9collector9MarkSweep25RecursiveMarkDirtyObjectsEbh+12)
01-04 15:50:10.435 231-231/? A/DEBUG:     #04 pc 001a1f3f  /system/lib/libart.so (_ZN3art2gc9collector9MarkSweep12MarkingPhaseEv+238)
01-04 15:50:10.435 231-231/? A/DEBUG:     #05 pc 001a21af  /system/lib/libart.so (_ZN3art2gc9collector9MarkSweep9RunPhasesEv+574)
01-04 15:50:10.435 231-231/? A/DEBUG:     #06 pc 001976d5  /system/lib/libart.so (_ZN3art2gc9collector16GarbageCollector3RunENS0_7GcCauseEb+284)
01-04 15:50:10.435 231-231/? A/DEBUG:     #07 pc 001bb4b7  /system/lib/libart.so (_ZN3art2gc4Heap22CollectGarbageInternalENS0_9collector6GcTypeENS0_7GcCauseEb+1490)
01-04 15:50:10.435 231-231/? A/DEBUG:     #08 pc 001bcab1  /system/lib/libart.so (_ZN3art2gc4Heap16ConcurrentGCTask3RunEPNS_6ThreadE+104)
01-04 15:50:10.435 231-231/? A/DEBUG:     #09 pc 001d7de5  /system/lib/libart.so (_ZN3art2gc13TaskProcessor11RunAllTasksEPNS_6ThreadE+52)
01-04 15:50:10.435 231-231/? A/DEBUG:     #10 pc 7207c37f  /data/dalvik-cache/arm/system@framework@boot.oat (offset 0x1ee1000)
01-04 15:50:10.864 28575-28575/? I/toolbox: type=1400 audit(0.0:262): avc: denied { setsched } for scontext=u:r:toolbox:s0 tcontext=u:r:kernel:s0 tclass=process permissive=1
01-04 15:50:11.122 573-1066/system_process D/gps_ql: Unknow and ERROR GPS channel <>
01-04 15:50:11.122 573-1066/system_process D/gps_ql: fail to open GPS channel <>!
01-04 15:50:12.112 573-684/system_process E/DisplaydConnector: Communications error: java.io.IOException: No such file or directory
01-04 15:50:12.112 573-684/system_process E/DisplaydConnector: Error in NativeDaemonConnector: java.io.IOException: No such file or directory
01-04 15:50:12.163 573-1066/system_process D/gps_ql: Unknow and ERROR GPS channel <>
01-04 15:50:12.163 573-1066/system_process D/gps_ql: fail to open GPS channel <>!
01-04 15:50:12.433 573-724/system_process E/NativeCrashListener: Exception dealing with report
                                                                 android.system.ErrnoException: read failed: EAGAIN (Try again)
                                                                     at libcore.io.Posix.readBytes(Native Method)
                                                                     at libcore.io.Posix.read(Posix.java:169)
                                                                     at libcore.io.BlockGuardOs.read(BlockGuardOs.java:230)
                                                                     at android.system.Os.read(Os.java:367)
                                                                     at com.android.server.am.NativeCrashListener.consumeNativeCrashData(NativeCrashListener.java:240)
                                                                     at com.android.server.am.NativeCrashListener.run(NativeCrashListener.java:138)
01-04 15:50:12.933 231-231/? A/DEBUG: Tombstone written to: /data/tombstones/tombstone_05
01-04 15:50:12.933 231-231/? E/DEBUG: AM write failed: Broken pipe
01-04 15:50:12.934 573-614/system_process I/BootReceiver: Copying /data/tombstones/tombstone_05 to DropBox (SYSTEM_TOMBSTONE)
01-04 15:50:13.125 573-1240/system_process I/WindowState: WIN DEATH: Window{5135393 u0 com.tiidian.imwaiter/com.tiidian.imwaiter.activity.MainActivity}
01-04 15:50:13.125 573-782/system_process D/GraphicsStats: Buffer count: 3
01-04 15:50:13.128 573-768/system_process I/WindowState: WIN DEATH: Window{8ce59c3 u0 com.tiidian.imwaiter/com.tiidian.imwaiter.activity.MainActivity}
01-04 15:50:13.145 573-616/system_process W/WindowAnimator: Failed to dispatch window animation state change.
                                                            android.os.DeadObjectException
                                                                at android.os.BinderProxy.transactNative(Native Method)
                                                                at android.os.BinderProxy.transact(Binder.java:503)
                                                                at android.view.IWindow$Stub$Proxy.onAnimationStarted(IWindow.java:520)
                                                                at com.android.server.wm.WindowAnimator.updateWindowsLocked(WindowAnimator.java:282)
                                                                at com.android.server.wm.WindowAnimator.animateLocked(WindowAnimator.java:678)
                                                                at com.android.server.wm.WindowAnimator.-wrap0(WindowAnimator.java)
                                                                at com.android.server.wm.WindowAnimator$1.doFrame(WindowAnimator.java:123)
                                                                at android.view.Choreographer$CallbackRecord.run(Choreographer.java:856)
                                                                at android.view.Choreographer.doCallbacks(Choreographer.java:670)
                                                                at android.view.Choreographer.doFrame(Choreographer.java:603)
                                                                at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:844)
                                                                at android.os.Handler.handleCallback(Handler.java:743)
                                                                at android.os.Handler.dispatchMessage(Handler.java:95)
                                                                at android.os.Looper.loop(Looper.java:148)
                                                                at android.os.HandlerThread.run(HandlerThread.java:61)
                                                                at com.android.server.ServiceThread.run(ServiceThread.java:46)
01-04 15:50:13.202 573-1066/system_process D/gps_ql: Unknow and ERROR GPS channel <>
01-04 15:50:13.202 573-1066/system_process D/gps_ql: fail to open GPS channel <>!
01-04 15:50:13.210 198-198/? I/Zygote: Process 9555 exited due to signal (11)
01-04 15:50:13.211 573-7652/system_process I/ActivityManager: Process com.tiidian.imwaiter (pid 9555) has died
01-04 15:50:13.213 573-7652/system_process W/ActivityManager: Scheduling restart of crashed service com.tiidian.imwaiter/.service.AlarmService in 1000ms
01-04 15:50:13.213 573-7652/system_process W/ActivityManager: Scheduling restart of crashed service com.tiidian.imwaiter/.service.DataSyncService in 1828340ms
01-04 15:50:13.213 573-7652/system_process W/ActivityManager: Scheduling restart of crashed service com.tiidian.imwaiter/org.eclipse.paho.android.service.MqttService in 10999ms
01-04 15:50:13.214 573-7652/system_process W/ActivityManager: Force removing ActivityRecord{89da4cc u0 com.tiidian.imwaiter/.activity.MainActivity t577}: app died, no saved state
01-04 15:50:13.221 573-1212/system_process I/ActivityManager: Killing 18048:com.android.externalstorage/u0a5 (adj 15): empty for 2123s
01-04 15:50:13.311 4904-4921/com.android.launcher3 D/Surface: Surface::final mReqUsage=a00
01-04 15:50:13.311 4904-4921/com.android.launcher3 D/mali_winsys: EGLint new_window_surface(egl_winsys_display*, void*, EGLSurface, EGLConfig, egl_winsys_surface**, egl_color_buffer_format*, EGLBoolean) returns 0x3000
01-04 15:50:13.313 573-616/system_process W/WindowAnimator: Failed to dispatch window animation state change.
                                                            android.os.DeadObjectException
                                                                at android.os.BinderProxy.transactNative(Native Method)
                                                                at android.os.BinderProxy.transact(Binder.java:503)
                                                                at android.view.IWindow$Stub$Proxy.onAnimationStopped(IWindow.java:534)
                                                                at com.android.server.wm.WindowAnimator.updateWindowsLocked(WindowAnimator.java:286)
                                                                at com.android.server.wm.WindowAnimator.animateLocked(WindowAnimator.java:678)
                                                                at com.android.server.wm.WindowAnimator.-wrap0(WindowAnimator.java)
                                                                at com.android.server.wm.WindowAnimator$1.doFrame(WindowAnimator.java:123)
                                                                at android.view.Choreographer$CallbackRecord.run(Choreographer.java:856)
                                                                at android.view.Choreographer.doCallbacks(Choreographer.java:670)
                                                                at android.view.Choreographer.doFrame(Choreographer.java:603)
                                                                at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:844)
                                                                at android.os.Handler.handleCallback(Handler.java:743)
                                                                at android.os.Handler.dispatchMessage(Handler.java:95)
                                                                at android.os.Looper.loop(Looper.java:148)
                                                                at android.os.HandlerThread.run(HandlerThread.java:61)
                                                                at com.android.server.ServiceThread.run(ServiceThread.java:46)
01-04 15:50:13.324 197-205/? D/gralloc: Isfb=0, [1920,1080,1920,7680], fmt=1, byte_stride=7680
01-04 15:50:13.334 197-205/? D/gralloc: Isfb=0, [1920,1080,1920,7680], fmt=1, byte_stride=7680
01-04 15:50:13.344 197-205/? D/gralloc: Isfb=0, [1920,1080,1920,7680], fmt=1, byte_stride=7680
01-04 15:50:13.346 573-7652/system_process W/InputMethodManagerService: Got RemoteException sending setActive(false) notification to pid 9555 uid 10063
01-04 15:50:14.213 573-1066/system_process D/gps_ql: Unknow and ERROR GPS channel <>
01-04 15:50:14.213 573-1066/system_process D/gps_ql: fail to open GPS channel <>!
01-04 15:50:14.223 28634-28634/? I/art: Late-enabling -Xcheck:jni
01-04 15:50:14.224 573-611/system_process I/ActivityManager: Start proc 28634:com.tiidian.imwaiter/u0a63 for service com.tiidian.imwaiter/.service.AlarmService
01-04 15:50:14.309 573-650/system_process V/AlarmManager: triggered: act=MqttService.pingSender.null-internet-46e7cbb49fc735985ba4e63316d26070 Pkg: com.tiidian.imwaiter
01-04 15:50:14.428 28634-28634/com.tiidian.imwaiter I/com.tiidian.imwaiter.WaiterApplication: 应用开始启动

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值