我用我的Android应用程序Acra作为错误记者。 如果应用程序崩溃,我会向用户显示一个Dialog,在那里他可以发表评论。 如果用户点击中止,我就不会收到报告消息。 我现在的问题是:如果用户点击中止,是否可以发送报告?
I use for my Android app Acra as an error reporter. If the application crashes, i show the user a Dialog where he can wirte a comment. If the user clicks on abort i dont get a report message. My question now is: is it possible to send a report if the user clicks on abort?
最满意答案
不(据我所知)。
您最好使用SILENT模式并始终发送崩溃报告,减去任何用户报告。
No (as far as I'm aware).
You'd be best off using SILENT mode and having the crash report sent always, minus any user report.
始终发送Acra报告(Send the Acra report always)我用我的Android应用程序Acra作为错误记者。 如果应用程序崩溃,我会向用户显示一个Dialog,在那里他可以发表评论。 如果用户点击中止,我就不会收到报告消息。 我现在的问题是:如果用户点击中止,是否可以发送报告?
I use for my Android app Acra as an error reporter. If the application crashes, i show the user a Dialog where he can wirte a comment. If the user clicks on abort i dont get a report message. My question now is: is it possible to send a report if the user clicks on abort?
最满意答案
不(据我所知)。
您最好使用SILENT模式并始终发送崩溃报告,减去任何用户报告。
No (as far as I'm aware).
You'd be best off using SILENT mode and having the crash report sent always, minus any user report.
发布评论