mirror of https://github.com/M66B/FairEmail.git
Reduced logging
This commit is contained in:
parent
d5987b50df
commit
b60d7648d7
|
@ -371,16 +371,13 @@ public class ContactInfo {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (Throwable ex) {
|
} catch (Throwable ex) {
|
||||||
if (isRecoverable(ex, context))
|
Log.w(ex);
|
||||||
Log.w(ex);
|
if (!isRecoverable(ex, context))
|
||||||
else {
|
|
||||||
Log.e(ex);
|
|
||||||
try {
|
try {
|
||||||
file.createNewFile();
|
file.createNewFile();
|
||||||
} catch (IOException ex1) {
|
} catch (IOException ex1) {
|
||||||
Log.e(ex1);
|
Log.e(ex1);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue