Loading services/java/com/android/server/NetworkManagementService.java +6 −2 Original line number Diff line number Diff line Loading @@ -576,9 +576,13 @@ public class NetworkManagementService extends INetworkManagementService.Stub try { rsp = mConnector.doCommand(cmd.toString()); } catch (NativeDaemonConnectorException e) { if (action != REMOVE) { throw new IllegalStateException( "Unable to communicate with native dameon to add routes - " "Unable to communicate with native daemon to add routes - " + e); } else { Log.w(TAG, "Unable to remove route on interface " + interfaceName); } } if (DBG) { Loading Loading
services/java/com/android/server/NetworkManagementService.java +6 −2 Original line number Diff line number Diff line Loading @@ -576,9 +576,13 @@ public class NetworkManagementService extends INetworkManagementService.Stub try { rsp = mConnector.doCommand(cmd.toString()); } catch (NativeDaemonConnectorException e) { if (action != REMOVE) { throw new IllegalStateException( "Unable to communicate with native dameon to add routes - " "Unable to communicate with native daemon to add routes - " + e); } else { Log.w(TAG, "Unable to remove route on interface " + interfaceName); } } if (DBG) { Loading