Crash reporting in Library module

旧街凉风 提交于 2019-12-22 04:20:52

问题


I have already tried crashlytics but it is not supported.

this is the reply i got from their team

Thanks for reaching out on this and Crashlytics, or any part of Fabric, cannot be included in any SDK that is distributed to external apps. As you mentioned, this will cause conflicts for both the SDK and app. With that said, we do hope to support this in the future and if you'd like, I can keep you updated on that.

I have tried to set my own UncaughtExceptionHandler for this but the problem with that is my library also starts to catch error of the client's application module.

来源:https://stackoverflow.com/questions/47796058/crash-reporting-in-library-module

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!