Closed
Description
If the app doesn't have internet permissions, the post() method never calls any of the callbacks (not even onFinished()) and does not log any error messages.
This issue occurs in the AsyncHttpRequest run() method:
try {
makeRequestWithRetries();
} catch (IOException e) {
IOException should be changed to Exception to catch and report this error.