Merge "Downgrade DNS fail message from Error to Warning"

This commit is contained in:
Ken Chen
2021-04-06 06:35:04 +00:00
committed by Gerrit Code Review

View File

@@ -500,7 +500,7 @@ public final class DnsResolver {
try {
resp = resNetworkResult(fd); // Closes fd, marks it invalid.
} catch (ErrnoException e) {
Log.e(TAG, "resNetworkResult:" + e.toString());
Log.w(TAG, "resNetworkResult:" + e.toString());
exception = e;
}
}