use Exception like done on master before

This commit is contained in:
AndyScherzinger 2018-08-24 15:41:01 +02:00
parent 77af543b48
commit c1ee0fbbb0
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -203,7 +203,7 @@ public class FilesSyncJob extends Job {
Date dateTime = formatter.parse(exifDate, pos);
lastModificationTime = dateTime.getTime();
}
} catch (IOException e) {
} catch (Exception e) {
Log_OC.d(TAG, "Failed to get the proper time " + e.getLocalizedMessage());
}
}