Hi,
I get this stacktrace from Google Play. Cannot reproduce it myself. And the trace contains nothing from my code. So it might be a B4A bug. Or does somebody know thid and there is a fix?
java.lang.RuntimeException: MotionEvent { action=ACTION_UP, id[0]=0, x[0]=876.2523, y[0]=700.89905, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=3186384, downTime=3186267, deviceId=4, source=0x1002 } recycled twice! at android.view.MotionEvent.recycle(MotionEvent.java:1673) at android.view.ViewRootImpl.finishMotionEvent(ViewRootImpl.java:2904) at android.view.ViewRootImpl.deliverPointerEvent(ViewRootImpl.java:2895) at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java:2466) at android.view.ViewRootImpl.processInputEvents(ViewRootImpl.java:845) at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java:2475) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:137) at android.app.ActivityThread.main(ActivityThread.java:4424) 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:784) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551) at dalvik.system.NativeStart.main(Native Method)
I get this stacktrace from Google Play. Cannot reproduce it myself. And the trace contains nothing from my code. So it might be a B4A bug. Or does somebody know thid and there is a fix?
java.lang.RuntimeException: MotionEvent { action=ACTION_UP, id[0]=0, x[0]=876.2523, y[0]=700.89905, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=3186384, downTime=3186267, deviceId=4, source=0x1002 } recycled twice! at android.view.MotionEvent.recycle(MotionEvent.java:1673) at android.view.ViewRootImpl.finishMotionEvent(ViewRootImpl.java:2904) at android.view.ViewRootImpl.deliverPointerEvent(ViewRootImpl.java:2895) at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java:2466) at android.view.ViewRootImpl.processInputEvents(ViewRootImpl.java:845) at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java:2475) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:137) at android.app.ActivityThread.main(ActivityThread.java:4424) 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:784) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551) at dalvik.system.NativeStart.main(Native Method)
Last edited: