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 应用 Acra 用作错误报告器。如果应用程序崩溃,我会向用户显示一个对话框,他可以在其中写评论。如果用户单击中止,我不会收到报告消息。我现在的问题是:如果用户单击中止,是否可以发送报告?
不(据我所知)。
您最好使用 SILENT 模式并始终发送崩溃报告,减去任何用户报告。