Reduced logging

pull/183/head
M66B 5 years ago
parent d5987b50df
commit b60d7648d7

@ -371,10 +371,8 @@ public class ContactInfo {
} }
} }
} catch (Throwable ex) { } catch (Throwable ex) {
if (isRecoverable(ex, context))
Log.w(ex); Log.w(ex);
else { if (!isRecoverable(ex, context))
Log.e(ex);
try { try {
file.createNewFile(); file.createNewFile();
} catch (IOException ex1) { } catch (IOException ex1) {
@ -383,7 +381,6 @@ public class ContactInfo {
} }
} }
} }
}
// Generated // Generated
boolean identicon = false; boolean identicon = false;

Loading…
Cancel
Save