I've uploaded an APK update to Google Store, and I saw a drastic increase in crashes(all of them on android 5) , Crashlytics points me to :
BackStackRecord.java line 797
android.app.BackStackRecord.run
and then says:
Non-fatal Exception: java.lang.NullPointerException
Attempt to write to field 'int android.app.Fragment.mNextAnim' on a null object reference
android.app.BackStackRecord.run (BackStackRecord.java:797)
android.os.Looper.loop (Looper.java:145)
android.app.ActivityThread.main (ActivityThread.java:5832)
java.lang.reflect.Method.invoke (Method.java)
com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1194)
The changes I've made since the last version are minor and except a few "cosmetic" changes I've only added a few lines to work with the Facebook SDK.