问题
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