n-apps / ScoreCounter

Android app. Score Counter will help you easily keep score in any games, sports or other activities. Will do all the math for tracking initiative, HP, hit points, spell slots or even count win streaks in your bar game night!
GNU General Public License v3.0
70 stars 19 forks source link

Detect source for this ActivityThread exceptions #36

Open n-apps opened 5 years ago

n-apps commented 5 years ago

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 commented 5 years ago

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

aymenjegham commented 4 years ago

any update on that conf.fontScale bug ?

n-apps commented 4 years ago

any update on that conf.fontScale bug ?

unfortunately no

n-apps commented 4 years ago

I removed custom fonts, but still receiving crashes 😢