0

I have the same issue like Cannot initialize Crashlytics NDK and Crashlytics ndk fails to load .

Could we get info from new CrashlyticsNdk() to know OK or not in java code?

the project https://github.com/mapsme/omim uses crashlytics:

https://github.com/mapsme/omim/blob/d002e4d647020efd6452734b88f4eb64515687e0/android/src/com/mapswithme/maps/MwmApplication.java

public void initCrashlytics()
{
    ...

    Fabric.with(this, new Crashlytics(), new CrashlyticsNdk());

    nativeInitCrashlytics();

    mCrashlyticsInitialized = true;
}

in cpp, the code is same as we used:

https://github.com/mapsme/omim/blob/55278deba6db6830d5215fd246c42e7a9ebbc4d4/android/jni/com/mapswithme/maps/MwmApplication.cpp

but I can not find any way to know.

sevenjay
  • 11
  • 3
  • 1
    Can you clarify the type of info you're looking to get? – Alexizamerican Nov 27 '17 at 13:34
  • There is no error info/log from `crashlytics_init()` returning null, maybe something wrong in `Fabric.with(this, new Crashlytics(), new CrashlyticsNdk())`. Is there some log or other info to know which step has a problem? – sevenjay Nov 29 '17 at 01:50

0 Answers0