} catch (DavException e) {\r
syncResult.stats.numIoExceptions++;\r
e.printStackTrace();\r
+ } catch (Throwable t) {\r
+ //TODO count ; any type of exception should be treated, and the progress indicator finished;\r
+ // reporting the user about bad synchronizations should be discussed\r
+ t.printStackTrace();\r
}\r
sendStickyBroadcast(false, -1); \r
}\r