应用程序崩溃 - 如何解决?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了应用程序崩溃 - 如何解决?相关的知识,希望对你有一定的参考价值。

我在android Studio中遇到了一个奇怪的现象。 在模拟器和不同测试设备上正常运行的应用程序在启动时(对话框"... has stopped" with option 'Open app again')在一个特定设备(Android 7.0)上崩溃。

直到崩溃发生,该应用程序已成功调用onCreate()并做了一些相当多的事情。 单击“再次打开应用程序”可以毫无问题地启动应用程序。

这可能是AS中的一个错误吗? 这是Logcat的输出:

A/art: art/runtime/runtime.cc:403] Runtime aborting...
A/art: art/runtime/runtime.cc:403] Aborting thread:
/art: art/runtime/runtime.cc:403] "Jit thread pool worker thread 0" prio=5 tid=2 WaitingForDebuggerSend (still starting up)
A/art: art/runtime/runtime.cc:403]   | group="" sCount=0 dsCount=0 obj=0x0 self=0xa1f0d000
A/art: art/runtime/runtime.cc:403]   | sysTid=10723 nice=9 cgrp=default sched=0/0 handle=0xa7aa6920
A/art: art/runtime/runtime.cc:403]   | state=R schedstat=( 1654233000 957016472 1873 ) utm=132 stm=33 core=3 HZ=100
A/art: art/runtime/runtime.cc:403]   | stack=0xa79a8000-0xa79aa000 stackSize=1022KB
A/art: art/runtime/runtime.cc:403]   | held mutexes= "abort lock"
A/art: art/runtime/runtime.cc:403]   native: #00 pc 0034f0ad  /system/lib/libart.so (_ZN3art15DumpNativeStackERNSt3__113basic_ostreamIcNS0_11char_traitsIcEEEEiP12BacktraceMapPKcPNS_9ArtMethodEPv+128)

任何帮助将不胜感激。

答案

在Android Studio中删除所有断点后问题消失了。

以上是关于应用程序崩溃 - 如何解决?的主要内容,如果未能解决你的问题,请参考以下文章

对“xxx”类型的已垃圾回收委托进行了回调。这可能会导致应用程序崩溃损坏和数据丢失。向非托管代码传递委托时,托管应用程序必须让这些委托保持活动状态,直到确信不会再次调用它们。 错误解决一例。(代码片段

SocketTimeoutException 使应用程序崩溃

Android - 应用程序启动时片段 onCreate 崩溃

每当我运行我的片段时,这行代码 mapFragment.setRetainInstance(true);正在崩溃我的应用程序? [关闭]

由于未找到 ID 错误的视图,列表片段未出现

使用选项卡式活动和片段时应用程序崩溃