You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like recently we've been getting NumberFormatException errors when starting the app and initializing AndroidRate. I'll need to do further investigation but here's an (obfuscated) stack trace in case someone else bumps into this:
java.lang.RuntimeException:
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3840)
at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:4016)
at android.app.servertransaction.LaunchActivityItem.execute (LaunchActivityItem.java:85)
at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor.java:135)
at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:95)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2325)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:247)
at android.app.ActivityThread.main (ActivityThread.java:8656)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:602)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1130)
Caused by: java.lang.NumberFormatException:
at java.lang.Integer.parseInt (Integer.java:615)
at java.lang.Short.parseShort (Short.java:118)
at java.lang.Short.valueOf (Short.java:174)
at java.lang.Short.valueOf (Short.java:200)
at com.vorlonsoft.android.rate.h.b (SourceFile:12)
at com.vorlonsoft.android.rate.a.e (SourceFile:1)
at com.vorlonsoft.android.rate.a.T (SourceFile:7)
at com.vorlonsoft.android.rate.a.V (SourceFile:1)
at com.xxx.xxx.xxx.XXActivity.onCreate (SourceFile:17)
at android.app.Activity.performCreate (Activity.java:8215)
at android.app.Activity.performCreate (Activity.java:8199)
at android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1309)
at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:3813)
Clearing the app data appears to fix it - I assume some dodgy value is being stored by AppRate and re-parsing it causes a crash.
The text was updated successfully, but these errors were encountered:
It seems like recently we've been getting NumberFormatException errors when starting the app and initializing AndroidRate. I'll need to do further investigation but here's an (obfuscated) stack trace in case someone else bumps into this:
Clearing the app data appears to fix it - I assume some dodgy value is being stored by AppRate and re-parsing it causes a crash.
The text was updated successfully, but these errors were encountered: