Reduced logging

This commit is contained in:
M66B
2024-01-07 08:19:11 +01:00
parent 0efc7188bd
commit 8b647102cd

View File

@@ -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);