On a Honeycomb 3.1 tablet I’m seeing crashes with multitouch. The same issue is not occurring on smartphones. Has anyone else experienced this? It seems to be directly related to system.activate( ‘multitouch’ ); If I remove the multitouch call the crash no longer occurs.
D/AndroidRuntime(13229): Shutting down VM
W/dalvikvm(13229): threadid=1: thread exiting with uncaught exception (group=0x401ae760)
E/AndroidRuntime(13229): FATAL EXCEPTION: main
E/AndroidRuntime(13229): java.lang.IllegalArgumentException: pointerIndex out of range
E/AndroidRuntime(13229): at android.view.MotionEvent.nativeGetAxisValue(Native Method)
E/AndroidRuntime(13229): at android.view.MotionEvent.getX(MotionEvent.java:1549)
E/AndroidRuntime(13229): at com.ansca.corona.version.android8.AndroidVersionSpecific.motionEventGetX(AndroidVersionSpecific.java:68)
E/AndroidRuntime(13229): at com.ansca.corona.CoronaActivity.onTouchEvent(CoronaActivity.java:337)
E/AndroidRuntime(13229): at android.app.Activity.dispatchTouchEvent(Activity.java:2312)
E/AndroidRuntime(13229): at com.android.internal.policy.impl.PhoneWindow$DecorView.dispatchTouchEvent(PhoneWindow.java:1701)
E/AndroidRuntime(13229): at android.view.View.dispatchPointerEvent(View.java:4677)
E/AndroidRuntime(13229): at android.view.ViewRoot.deliverPointerEvent(ViewRoot.java:2348)
E/AndroidRuntime(13229): at android.view.ViewRoot.handleMessage(ViewRoot.java:2017)
E/AndroidRuntime(13229): at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(13229): at android.os.Looper.loop(Looper.java:132)
E/AndroidRuntime(13229): at android.app.ActivityThread.main(ActivityThread.java:4025)
E/AndroidRuntime(13229): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime(13229): at java.lang.reflect.Method.invoke(Method.java:491)
E/AndroidRuntime(13229): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
E/AndroidRuntime(13229): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
E/AndroidRuntime(13229): at dalvik.system.NativeStart.main(Native Method)
W/ActivityManager( 126): Force finishing activity com.beatgang.harp/com.ansca.corona.CoronaActivity
[import]uid: 4596 topic_id: 14225 reply_id: 314225[/import]