Android Studio logcat 错误,应用程序不断崩溃

问题描述

我仍在学习绳索,您能帮我解决以下 logcat 错误吗?

2021-02-10 18:17:51.534 1634-1651/? I/BootReceiver: copying /data/tombstones/tombstone_07 to DropBox (SYstem_TOMBSTONE)
2021-02-10 18:17:52.544 17502-17505/? W/IPCThreadState: Calling IPCThreadState::self() during shutdown is dangerous,expect a crash.
2021-02-10 18:17:52.547 17502-17505/? A/libc: Fatal signal 11 (SIGSEGV),code 1,fault addr 0x74 in tid 17505 (Binder:17502_2)
2021-02-10 18:17:53.513 17508-17510/? A/libc: Fatal signal 11 (SIGSEGV),fault addr 0x4 in tid 17510 (Binder:17508_1)
2021-02-10 18:17:53.515 17511-17511/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2021-02-10 18:17:53.515 17511-17511/? A/DEBUG: Build fingerprint: 'google/sdk_google_phone_x86/generic_x86:7.0/NYC/4409132:user/release-keys'
2021-02-10 18:17:53.515 17511-17511/? A/DEBUG: Revision: '0'
2021-02-10 18:17:53.515 17511-17511/? A/DEBUG: ABI: 'x86'
2021-02-10 18:17:53.516 17511-17511/? A/DEBUG: pid: 17508,tid: 17510,name: Binder:17508_1  >>> cmd <<<
2021-02-10 18:17:53.516 17511-17511/? A/DEBUG: signal 11 (SIGSEGV),code 1 (SEGV_MAPERR),fault addr 0x4
2021-02-10 18:17:53.516 17511-17511/? A/DEBUG:     eax 00000000  ebx b652fe6c  ecx b65b285c  edx 00000000
2021-02-10 18:17:53.516 17511-17511/? A/DEBUG:     esi b6183000  edi b65b4108
2021-02-10 18:17:53.516 17511-17511/? A/DEBUG:     xcs 00000073  xds 0000007b  xes 0000007b  xfs 00000000  xss 0000007b
2021-02-10 18:17:53.516 17511-17511/? A/DEBUG:     eip b65196ac  ebp b6301718  esp b6301700  flags 00010296
2021-02-10 18:17:53.517 17511-17511/? A/DEBUG: backtrace:
2021-02-10 18:17:53.517 17511-17511/? A/DEBUG:     #00 pc 0000d6ac  /system/lib/libutils.so (_ZNK7android7RefBase9incStrongEPKv+28)
2021-02-10 18:17:53.517 17511-17511/? A/DEBUG:     #01 pc 0006d751  /system/lib/libbinder.so (_ZN7android12Processstate4selfEv+81)
2021-02-10 18:17:53.517 17511-17511/? A/DEBUG:     #02 pc 00048b42  /system/lib/libbinder.so (_ZN7android14IPCThreadStateC1Ev+34)
2021-02-10 18:17:53.517 17511-17511/? A/DEBUG:     #03 pc 000472e8  /system/lib/libbinder.so (_ZN7android14IPCThreadState4selfEv+232)
2021-02-10 18:17:53.517 17511-17511/? A/DEBUG:     #04 pc 0006efee  /system/lib/libbinder.so (_ZN7Android10PoolThread10threadLoopEv+30)
2021-02-10 18:17:53.517 17511-17511/? A/DEBUG:     #05 pc 00012085  /system/lib/libutils.so (_ZN7android6Thread11_threadLoopEPv+309)
2021-02-10 18:17:53.517 17511-17511/? A/DEBUG:     #06 pc 00011873  /system/lib/libutils.so (_ZN13thread_data_t10trampolineEPKS_+259)
2021-02-10 18:17:53.517 17511-17511/? A/DEBUG:     #07 pc 00074fb2  /system/lib/libc.so (_ZL15__pthread_startPv+210)
2021-02-10 18:17:53.518 17511-17511/? A/DEBUG:     #08 pc 0002026e  /system/lib/libc.so (__start_thread+30)
2021-02-10 18:17:53.518 17511-17511/? A/DEBUG:     #09 pc 0001e046  /system/lib/libc.so (__bionic_clone+70)
2021-02-10 18:17:53.523 1634-1733/? W/NativeCrashListener: Couldn't find ProcessRecord for pid 17508
2021-02-10 18:17:53.524 1634-1651/? I/BootReceiver: copying /data/tombstones/tombstone_03 to DropBox (SYstem_TOMBSTONE)
2021-02-10 18:17:54.501 17520-17523/? W/IPCThreadState: Calling IPCThreadState::self() during shutdown is dangerous,expect a crash.
2021-02-10 18:17:54.504 17520-17523/? A/libc: Fatal signal 11 (SIGSEGV),fault addr 0x74 in tid 17523 (Binder:17520_2)
2021-02-10 18:17:55.491 17526-17529/? W/IPCThreadState: Calling IPCThreadState::self() during shutdown is dangerous,expect a crash.
2021-02-10 18:17:55.494 17526-17529/? A/libc: Fatal signal 11 (SIGSEGV),fault addr 0x74 in tid 17529 (Binder:17526_2)

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)