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 的默认显示,它指示您的代码中发生了未处理的错误或异常:您无法覆盖它,防止它的唯一方法是找出并实际处理异常发生在您的代码中。
如果您需要帮助调试以确定实际的异常或错误是什么,请查看调试指南。
使用 Thread.setDefaultUncaughtExceptionHandler()。