Reduced logging

pull/214/head
M66B 2 years ago
parent 7dbcd014a9
commit e7420f8532

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

Loading…
Cancel
Save