Add retries to message sending
[fonbot.git] / src / ro / ieval / fonbot / RemoteCrashdumpHandler.java
index e09e31e36f1e7325109174a1ec8d4bcb4aa68d74..56911b68b59d8c48e736a7d6b7c609b7838ce02c 100644 (file)
@@ -60,7 +60,7 @@ final class RemoteCrashdumpHandler implements UncaughtExceptionHandler {
                pw.close();
 
                new HttpCallExecutableRunnable("/crashdump", toNonNull(Collections.<Header>emptyList()),
-                               toNonNull(context), null, toNonNull(baos.toByteArray())).execute();
+                               toNonNull(context), null, false, toNonNull(baos.toByteArray())).execute();
 
                try {
                        baos.close();
This page took 0.009631 seconds and 4 git commands to generate.