Loading packages/Connectivity/framework/src/android/net/DnsResolver.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; } } Loading Loading
packages/Connectivity/framework/src/android/net/DnsResolver.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; } } Loading