mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-09 18:43:23 +02:00
Reduce logging
This commit is contained in:
@@ -374,7 +374,8 @@ public class ContactInfo {
|
||||
if (isRecoverable(ex, context))
|
||||
Log.i(ex);
|
||||
else {
|
||||
Log.w(ex);
|
||||
if (!(ex instanceof FileNotFoundException))
|
||||
Log.w(ex);
|
||||
try {
|
||||
file.createNewFile();
|
||||
} catch (IOException ex1) {
|
||||
|
||||
Reference in New Issue
Block a user