Change summary
src/main/java/eu/siacs/conversations/http/HttpUploadConnection.java | 2
src/main/java/eu/siacs/conversations/utils/DNSHelper.java | 1
2 files changed, 1 insertion(+), 2 deletions(-)
Detailed changes
@@ -194,7 +194,7 @@ public class HttpUploadConnection implements Transferable {
fail();
}
} catch (IOException e) {
- Log.d(Config.LOGTAG, e.getMessage());
+ Log.d(Config.LOGTAG,"http upload failed "+e.getMessage());
fail();
} finally {
FileBackend.close(is);
@@ -129,7 +129,6 @@ public class DNSHelper {
} catch (SocketTimeoutException e) {
bundle.putString("error", "timeout");
} catch (Exception e) {
- e.printStackTrace();
bundle.putString("error", "unhandled");
}
return bundle;