I've seen a couple of examples of this error reported on the forum, but can't see a solution.
Problem only occurs on ICS on a game I've had on the market for over a year.
Problem occurs when user changes settings. An InputList is displayed and when an item on the list is selected the program stops with the following error. NOTE: I do not have any calls to DoEvent in the code. Using B4A Version 2
Unfiltered LogFile:
Problem only occurs on ICS on a game I've had on the market for over a year.
Problem occurs when user changes settings. An InputList is displayed and when an item on the list is selected the program stops with the following error. NOTE: I do not have any calls to DoEvent in the code. Using B4A Version 2
Unfiltered LogFile:
B4X:
Shutting down VM
threadid=1: thread exiting with uncaught exception (group=0x40c511f8)
java.lang.RuntimeException: MotionEvent { action=ACTION_UP, id[0]=0, x[0]=117.0, y[0]=443.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=4505983, downTime=4505675, deviceId=2, source=0x1002 } recycled twice!
at android.view.MotionEvent.recycle(MotionEvent.java:1670)
at android.view.ViewRootImpl.finishMotionEvent(ViewRootImpl.java:3130)
at android.view.ViewRootImpl.deliverPointerEvent(ViewRootImpl.java:3121)
at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java:2657)
at android.view.ViewRootImpl.processInputEvents(ViewRootImpl.java:1021)
at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java:2666)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4507)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:980)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:747)
at dalvik.system.NativeStart.main(Native Method)
FATAL EXCEPTION: main
java.lang.RuntimeException: MotionEvent { action=ACTION_UP, id[0]=0, x[0]=117.0, y[0]=443.0, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=4505983, downTime=4505675, deviceId=2, source=0x1002 } recycled twice!
at android.view.MotionEvent.recycle(MotionEvent.java:1670)
at android.view.ViewRootImpl.finishMotionEvent(ViewRootImpl.java:3130)
at android.view.ViewRootImpl.deliverPointerEvent(ViewRootImpl.java:3121)
at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java:2657)
at android.view.ViewRootImpl.processInputEvents(ViewRootImpl.java:1021)
at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java:2666)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4507)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:980)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:747)
at dalvik.system.NativeStart.main(Native Method)
Force finishing activity r.intent.getComponent().flattenToShortString()
GC_CONCURRENT freed 248K, 3% free 14477K/14919K, paused 5ms+4ms
!@Dumpstate > dumpstate -k -t -n -z -d -o /data/log/dumpstate_app_error