Android Question Error report

hookshy

Well-Known Member
Licensed User
Longtime User
Can you help me understand this error ?
How cand I interpret reports ..where could I find android documentation upon it .
Thanks

java.lang.RuntimeException: MotionEvent { action=ACTION_UP, id[0]=0, x[0]=411.1601, y[0]=161.5879, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=178039810, downTime=178039502, deviceId=6, source=0x1002 } recycled twice!
at android.view.MotionEvent.recycle(MotionEvent.java:1659)
at android.view.ViewRootImpl.finishMotionEvent(ViewRootImpl.java:2914)
at android.view.ViewRootImpl.deliverPointerEvent(ViewRootImpl.java:2905)
at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java:2476)
at android.view.ViewRootImpl.processInputEvents(ViewRootImpl.java:849)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:863)
at android.view.ViewRootImpl.handleMessage(ViewRootImpl.java:2452)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:4476)
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:816)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:583)
at dalvik.system.NativeStart.main(Native Method)
 

hookshy

Well-Known Member
Licensed User
Longtime User
Version 2.52
I got the error from the developer console from a user .
The error is from a small game that uses tts to speak some words.
Can I provide more information ..
 
Upvote 0

hookshy

Well-Known Member
Licensed User
Longtime User
I've tested the app on serveral devices and it works great ..
I have initialised tts on first_time and hit tts speeak with the condition that tts is initialised
 
Upvote 0
Top