1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-30 19:56:10 +00:00

Improved logging

This commit is contained in:
M66B 2020-07-01 08:27:34 +02:00
parent 4328e6da83
commit d26e5de818

View file

@ -347,7 +347,7 @@ public class ContactInfo {
if (isRecoverable(ex))
Log.w(ex);
else {
Log.i("Favicon ex=" + ex.getClass().getName() + " " + ex.getMessage());
Log.e(ex);
try {
file.createNewFile();
} catch (IOException ex1) {