Hi
I’m seeing 2 crash reports on Android devices when I enter Google Play developer console. These are the reports:
java.lang.NullPointerException
at com.ansca.corona.CoronaActivity.onKeyDown(CoronaActivity.java:1792)
at android.view.KeyEvent.dispatch(KeyEvent.java:2540)
at android.app.Activity.dispatchKeyEvent(Activity.java:2280)
at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchKeyEvent(PhoneWindow.java:1819)
at android.view.ViewRoot.deliverKeyEventPostIme(ViewRoot.java:2963)
at android.view.ViewRoot.handleFinishedEvent(ViewRoot.java:2936)
at android.view.ViewRoot.handleMessage(ViewRoot.java:2102)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:132)
at android.app.ActivityThread.main(ActivityThread.java:4123)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:844)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:602)
at dalvik.system.NativeStart.main(Native Method)
java.lang.NullPointerException
at com.ansca.corona.CoronaActivity.onTouchEvent(CoronaActivity.java:1446)
at android.app.Activity.dispatchTouchEvent(Activity.java:2318)
at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchTouchEvent(PhoneWindow.java:1854)
at android.view.View.dispatchPointerEvent(View.java:4708)
at android.view.ViewRoot.deliverPointerEvent(ViewRoot.java:2448)
at android.view.ViewRoot.handleMessage(ViewRoot.java:2109)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:132)
at android.app.ActivityThread.main(ActivityThread.java:4123)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:491)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:844)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:602)
at dalvik.system.NativeStart.main(Native Method)
I packaged the app with Corona version 2012.971 (2012.11.15)
Any idea why this may have happened? And more importantly is it anything to worry about?
Thank-you for your time on this.
Tanya.