Crashlytics ndk fails to load

孤街浪徒 提交于 2020-01-20 08:29:27

问题


stepping into crashlytics_init() it is able to do the dlopen() and dlsym() calls to valid addresses. But the sym_ini() call returns null.

not sure how do debug why its not loading? there is nothing logged to logcat.

Crashlytics crashlyticsKit = new Crashlytics.Builder()
            .core(new CrashlyticsCore.Builder().disabled(BuildConfig.DEBUG).build())
            .build();
Fabric.with(this, crashlyticsKit,new CrashlyticsNdk()); 

来源:https://stackoverflow.com/questions/47211657/crashlytics-ndk-fails-to-load

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