mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 23:56:07 +02: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