Android 和 Flurry 异常处理程序

发布于 2024-09-14 13:44:57 字数 194 浏览 7 评论 0原文

这个问题是针对有在 Android 应用程序中使用 flurry sdk 经验的人。此 sdk 安装自定义异常处理程序。我对 flurry 记录的信息细节不满意,我想在使用 flurry 时安装我自己的 ExceptionHandler。遗憾的是,每个线程的 ExceptionHandler 都是唯一的。有没有人找到一个wordaround?

谢谢, 卢卡

This question is for people that has experience using flurry sdk in android applications. This sdk installs a custom exception handler. I am not satisfied with the detail of information that is logged by flurry and I would like to install my own ExceptionHandler while using flurry. Sadly the ExceptionHandler is unique per thread. Is there anyone that has found a wordaround?

Thanks,
Luca

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眼泪都笑了 2024-09-21 13:44:57

您可以先初始化 Flurry,然后通过“Thread.setDefaultUncaughtExceptionHandler(...)”设置自己的异常处理程序吗?有关默认未捕获异常处理程序的更多信息,请访问:Java 中的全局异常处理程序

-Dan

Could you initialize Flurry first and then set your own exception handler via "Thread.setDefaultUncaughtExceptionHandler(...)" ? More info on default uncaught exception handlers here: Global Exception Handlers in Java

-Dan

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文