262263264265266267268
throw e; } } private void postProgressEvent(int step) { bus.post(new SyncProcessProgressChangedEvent(SyncTask.this, config, step, NUM_STEPS)); }