mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-30 19:56:10 +00:00
Improved logging
This commit is contained in:
parent
4328e6da83
commit
d26e5de818
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue