Sometimes my programm crashes. It might be due to this error.
Does it refer to a button_up action? I don't have this in my entire code?
If some one can tell me some more about this error than I higly appreciate a feedback.
Henk
B4X:
java.lang.RuntimeException: MotionEvent { action=ACTION_UP, id[0]=0, x[0]=63.74283, y[0]=25.806656, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=13894859, downTime=13894665, deviceId=2, source=0x1002 } recycled twice!
at android.view.MotionEvent.recycle(MotionEvent.java:1660)
at android.view.ViewRootImpl.finishMotionEvent(ViewRootImpl.java:2921)
at android.view.ViewRootImpl.deliverPointerEvent(ViewRootImpl.java:2912)
at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java:2471)
at android.view.ViewRootImpl.processInputEvents(ViewRootImpl.java:849)
at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java:2480)
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)
Does it refer to a button_up action? I don't have this in my entire code?
If some one can tell me some more about this error than I higly appreciate a feedback.
Henk