I am getting this crash on many users in my application which is on the play store. I don't understand the reason because logcat showing in crashlytics is weird.
Fatal Exception: java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState
   at android.app.FragmentManagerImpl.checkStateLoss(FragmentManagerImpl.java:1882)
   at android.app.FragmentManagerImpl.enqueueAction(FragmentManagerImpl.java:1905)
   at android.app.BackStackRecord.commitInternal(BackStackRecord.java:688)
   at android.app.BackStackRecord.commit(BackStackRecord.java:646)
   at com.jojoy.delegate.JojoyInstallerActivity.switchContent(JojoyInstallerActivity.java:78)
   at com.jojoy.delegate.JojoyInstallerActivity.access$000(JojoyInstallerActivity.java:35)
   at com.jojoy.delegate.JojoyInstallerActivity$FragmentHandler.handleMessage(JojoyInstallerActivity.java:139)
   at android.os.Handler.dispatchMessage(Handler.java:106)
   at android.os.Looper.loop(Looper.java:246)
   at android.app.ActivityThread.main(ActivityThread.java:8633)
   at java.lang.reflect.Method.invoke(Method.java)
   at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:602)
   at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1130)
Here, what is this JojoyInstallerActivity? I don't understand totally. because I am not using it in my whole application. Even I tried to search on google but didn't find a single piece about that.