Loading services/net/java/android/net/dhcp/DhcpClient.java +4 −2 Original line number Diff line number Diff line Loading @@ -331,9 +331,11 @@ public class DhcpClient extends BaseDhcpStateMachine { sendMessage(CMD_RECEIVED_PACKET, packet); } } catch (IOException|ErrnoException e) { if (!stopped) { Log.e(TAG, "Read error", e); } } } maybeLog("Stopping receive thread"); } } Loading Loading
services/net/java/android/net/dhcp/DhcpClient.java +4 −2 Original line number Diff line number Diff line Loading @@ -331,9 +331,11 @@ public class DhcpClient extends BaseDhcpStateMachine { sendMessage(CMD_RECEIVED_PACKET, packet); } } catch (IOException|ErrnoException e) { if (!stopped) { Log.e(TAG, "Read error", e); } } } maybeLog("Stopping receive thread"); } } Loading