mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Reduced logging
This commit is contained in:
@@ -118,7 +118,8 @@ public class DnsHelper {
|
||||
return _lookup(context, name, type, timeout, false);
|
||||
} catch (Throwable ex) {
|
||||
if (ex instanceof MultipleIoException ||
|
||||
ex instanceof ResolutionUnsuccessfulException)
|
||||
ex instanceof ResolutionUnsuccessfulException ||
|
||||
ex instanceof DnssecValidationFailedException)
|
||||
Log.i(ex);
|
||||
else
|
||||
Log.e(ex);
|
||||
|
||||
Reference in New Issue
Block a user