Merge SendHttpMessageAsyncTask and PollServerAsyncTask
[fonbot.git] / src / ro / ieval / fonbot / RemoteCrashdumpHandler.java
index e228869a5fde4180acd597ab348daf8d1980f52d..e09e31e36f1e7325109174a1ec8d4bcb4aa68d74 100644 (file)
@@ -59,8 +59,8 @@ final class RemoteCrashdumpHandler implements UncaughtExceptionHandler {
                ex.printStackTrace(pw);
                pw.close();
 
-               new SendHttpMessageAsyncTask("/crashdump", toNonNull(Collections.<Header>emptyList()),
-                               toNonNull(context), toNonNull(baos.toByteArray())).execute();
+               new HttpCallExecutableRunnable("/crashdump", toNonNull(Collections.<Header>emptyList()),
+                               toNonNull(context), null, toNonNull(baos.toByteArray())).execute();
 
                try {
                        baos.close();
This page took 0.009181 seconds and 4 git commands to generate.