From c4980a829537067f027907257633c0dfb097e8fb Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Mon, 4 Jun 2012 12:10:09 -0400 Subject: [PATCH] Fixed: Multiple reports filed closes #102 Signed-off-by: Ricky Barrette --- .../com/TwentyCodes/android/exception/ReportPostingService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExceptionHandlerLib/src/com/TwentyCodes/android/exception/ReportPostingService.java b/ExceptionHandlerLib/src/com/TwentyCodes/android/exception/ReportPostingService.java index b4f08be..2348096 100644 --- a/ExceptionHandlerLib/src/com/TwentyCodes/android/exception/ReportPostingService.java +++ b/ExceptionHandlerLib/src/com/TwentyCodes/android/exception/ReportPostingService.java @@ -191,10 +191,10 @@ public class ReportPostingService extends Service { */ private void postReport(){ if(!isStarted){ + isStarted = true; new Thread(new Runnable(){ @Override public void run(){ - isStarted = true; try { Log.d(TAG, mReport.file()); } catch (ClientProtocolException e) {