I am getting it by myself. This is the whole backtrace, I have copy past all the error who is display. Perhaps there is an other way, to get them but I haven’t find it. On the google play in error and ANR there is no error show.
Why this kind of error doesn’t generate “unhandledError” kind of error?
After analyse all these errors, I have discover it’s happen when we click multi time(very fast) on objects. A few time a go, the app don’t receive all this tap event.
To reproduce the error:
MyImage=display.newImage("test.png",1) function MyImage:tap(event) -- some stuff MyImage:removeSelf() MyImage=nil end MyImage:addEventListener("tap")
Before when we click a lot of time on the image the event happen only once and now it can happen a lot of time