Delphi xe5 + Android exception Rsconnectionclosedgracefully, for nothing

Asked

Viewed 51 times

0

I’ve already checked several bugs on XE5 + Android, but this one is taking me down. The system spontaneously generates the exception RSConnectionClosedGracefully, for nothing. The same code runs smoothly on Windows.

Anybody know any tips on how to get around this mess? (no use capturing the exception, because the system stops communicating; no use to generate, because the system falls; ...)

  • Suggestion: http://mlogcat.tistory.com/1

  • Other: ...android-sdk tools monitor.bat

  • Try to capture the error directly by logging (with the above applications) you may get a hint about the problem.

1 answer

0

The problem has been solved.

I thank the suggestions, and I will examine them because they can be useful in new situations.

The solution: every time I send something to the server, I destroy Indy’s objects and rebuild. It did not interfere with the performance of the application, but I do not know yet if with the continuation will appear any other problem.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.