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) {