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
– rubStackOverflow
Other: ...android-sdk tools monitor.bat
– rubStackOverflow
Try to capture the error directly by logging (with the above applications) you may get a hint about the problem.
– rubStackOverflow