简体   繁体   English

ACRA似乎报告了处理异常的崩溃

[英]ACRA seems to be reporting crashes from Handled exceptions

We have been using ACRA to report crashes in our app, however it seems sometimes it reports crashes where we have already handled exceptions in code. 我们一直在使用ACRA报告应用程序中的崩溃,但是似乎有时它会报告已经处理了代码异常的崩溃。 Is this a feature of ACRA, and if so, can we set it to ignore handled exceptions? 这是ACRA的功能吗?如果是,是否可以将其设置为忽略已处理的异常? Thanks. 谢谢。

It is not possible for ACRA to react to handled Exceptions. ACRA无法对已处理的异常做出反应。 You must be mistaken. 你一定是误会了

The only way that ACRA could be forwarding on handled Exceptions is if you have explicitly invoked ACRA.getErrorReporter().handleException(e) ACRA可以针对已处理的异常转发的唯一方法是,如果您显式调用了ACRA.getErrorReporter().handleException(e)

Otherwise ACRA only receives notifications from the System UncaughtExceptionhandler. 否则,ACRA仅从系统UncaughtExceptionhandler接收通知。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM