开发者

Android and Flurry ExceptionHandler

开发者 https://www.devze.com 2023-01-11 18:53 出处:网络
This question is for people that has experience using flurry sdk in android applications. This sdk 开发者_Python百科installs a custom exception handler. I am not satisfied with the detail of informati

This question is for people that has experience using flurry sdk in android applications. This sdk 开发者_Python百科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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消