Crashlytics deprecating logException() what is the replacement?
Crashlytics got updated to 2.3.2. If you look at that documentation it's deprecated. Check out the new exception method here
After migration from fabric to firebase crashlytics...
FirebaseCrashlytics.getInstance().recordException(e);
Here it is your : Crashlytics.getInstance().core.logException(e);