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.
我想知道是否有办法处理应用程序崩溃。我的意思是,如果我们可以检测到崩溃并在发生崩溃时保存一些数据,因为如果应用程序崩溃,我需要将一些值保存到 SharedPreference 中。
这可能吗?
是的,有一个用于报告或处理崩溃报告的开源项目。试试这个链接 ACRA
您可以使用 Try...Catch...finally 阻止捕获异常,当异常发生时,finally 块内容肯定有效,即使异常处理与否。