I’m seeing the following stack trace in the Google Play Developer Console, and I’ve had a beta user reporting that the app sometimes crashes at startup. The error below calls out plugin.flurry.analytics but I can’t tell if this is an issue with my code or with the plugin. Please help!
java.lang.IllegalStateException: stack underflow
at com.naef.jnlua.LuaState.lua_pcall(Native Method)
at com.naef.jnlua.LuaState.call(Unknown Source)
at plugin.flurry.analytics.LuaLoader$Init$1.run(LuaLoader.java:660)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5417)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)