ScoreCounter icon indicating copy to clipboard operation
ScoreCounter copied to clipboard

Detect source for this ActivityThread exceptions

Open n-apps opened this issue 4 years ago • 4 comments

Info from Crashlytics Fatal Exception: java.lang.NullPointerException Attempt to read from field 'float android.content.res.Configuration.fontScale' on a null object reference

Fatal Exception: java.lang.NullPointerException: Attempt to read from field 'float android.content.res.Configuration.fontScale' on a null object reference at android.content.res.Configuration.setTo + 901(Configuration.java:901) at android.content.res.Configuration.<init> + 888(Configuration.java:888) at android.app.ActivityThread.createNewConfigAndUpdateIfNotNull + 5105(ActivityThread.java:5105) at android.app.ActivityThread.performConfigurationChanged + 5167(ActivityThread.java:5167) at android.app.ActivityThread.performConfigurationChangedForActivity + 5089(ActivityThread.java:5089) at android.app.ActivityThread.handleConfigurationChanged + 5329(ActivityThread.java:5329) at android.app.ActivityThread$H.handleMessage + 1759(ActivityThread.java:1759) at android.os.Handler.dispatchMessage + 102(Handler.java:102) at android.os.Looper.loop + 154(Looper.java:154) at android.app.ActivityThread.main + 6776(ActivityThread.java:6776) at java.lang.reflect.Method.invoke(Method.java) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run + 1496(ZygoteInit.java:1496) at com.android.internal.os.ZygoteInit.main + 1386(ZygoteInit.java:1386)

n-apps avatar Sep 11 '19 12:09 n-apps

https://stackoverflow.com/questions/57026240/crash-when-resuming-activity-due-to-npe

n-apps avatar Sep 23 '19 06:09 n-apps

any update on that conf.fontScale bug ?

aymenjegham avatar Nov 25 '19 16:11 aymenjegham

any update on that conf.fontScale bug ?

unfortunately no

n-apps avatar Nov 26 '19 09:11 n-apps

I removed custom fonts, but still receiving crashes 😢

n-apps avatar Jan 20 '20 12:01 n-apps