|
|
|
@ -109,8 +109,7 @@ public class CaldavSynchronizer {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
synchronize(account);
|
|
|
|
synchronize(account);
|
|
|
|
} catch (SocketTimeoutException | SSLException | ConnectException | UnknownHostException e) {
|
|
|
|
} catch (SocketTimeoutException | SSLException | ConnectException | UnknownHostException e) {
|
|
|
|
Timber.e(e);
|
|
|
|
setError(account, e.getMessage());
|
|
|
|
account.setError(e.getMessage());
|
|
|
|
|
|
|
|
} catch (IOException | DavException e) {
|
|
|
|
} catch (IOException | DavException e) {
|
|
|
|
setError(account, e.getMessage());
|
|
|
|
setError(account, e.getMessage());
|
|
|
|
tracker.reportException(e);
|
|
|
|
tracker.reportException(e);
|
|
|
|
|