Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我注意到,在开发 Android 应用程序时,有时由于我的应用程序中的错误而引发未捕获的异常,它不会强制关闭应用程序,而只是重置为主要活动。
什么情况会导致这种情况发生?
当当前活动中存在不会影响其他活动的空指针异常时..还有当找不到资源时!!
异常发生在特定活动中,然后该活动死亡。然后将焦点返回到应用程序活动堆栈中更高一级的活动。
如果此活动不受死活动中异常原因的影响,它将简单地正常处理。