Reduced logging

pull/214/head
M66B 6 months ago
parent 7dbcd014a9
commit e7420f8532

@ -831,7 +831,8 @@ public class ContactInfo {
Log.i("Using favicon=" + url);
return f;
} catch (Throwable ex) {
if (ex.getCause() instanceof FileNotFoundException ||
if (ex instanceof FileNotFoundException ||
ex.getCause() instanceof FileNotFoundException ||
ex.getCause() instanceof CertPathValidatorException)
Log.i(ex);
else

Loading…
Cancel
Save