Reduce logging

pull/184/head
M66B 5 years ago
parent 38a2b17293
commit f001e1bf37

@ -374,6 +374,7 @@ public class ContactInfo {
if (isRecoverable(ex, context))
Log.i(ex);
else {
if (!(ex instanceof FileNotFoundException))
Log.w(ex);
try {
file.createNewFile();

Loading…
Cancel
Save