mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Improved logging
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user