aaronk Well-Known Member Licensed User Longtime User Jan 14, 2014 #1 Hello, I just checked my Google Play Developer console and it has a reported ANR for one of my apps. The error says it is a ANR keyDispatchingTimedOut error. It does have a whole heap of code in this report, but I have no idea where to start looking to see where the error come from in my app. Attached is this log that it has created. Does anyone know what caused this error? Attachments file.txt 126.2 KB · Views: 406
Hello, I just checked my Google Play Developer console and it has a reported ANR for one of my apps. The error says it is a ANR keyDispatchingTimedOut error. It does have a whole heap of code in this report, but I have no idea where to start looking to see where the error come from in my app. Attached is this log that it has created. Does anyone know what caused this error?
Erel B4X founder Staff member Licensed User Longtime User Jan 14, 2014 #2 Seems like a problem with the SSLSocket library you are using: at elbarto.android.SocketSSL.Close(SocketSSL.java:163) Upvote 0
Seems like a problem with the SSLSocket library you are using: at elbarto.android.SocketSSL.Close(SocketSSL.java:163)
aaronk Well-Known Member Licensed User Longtime User Jan 14, 2014 #3 That's what I thought as well, something to do with that library. Maybe we need to get a update of this library? Upvote 0
That's what I thought as well, something to do with that library. Maybe we need to get a update of this library?