I am running an android application with Fabric installed for Crashlytics. For most of my users every thing works without a problem, however some users (All of which are running android Pie, and using a Google phone Pixel 2, Pixel 3) are getting a crash caused by Fabric itself it seems to have something to do with accessing SharedPrefs, see log below.
java.lang.RuntimeException:
at android.app.ActivityThread.handleBindApplication
(ActivityThread.java:5925)
at android.app.ActivityThread.access$1100 (ActivityThread.java:200)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1656)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:193)
at android.app.ActivityThread.main …Run Code Online (Sandbox Code Playgroud)