Loading services/core/java/com/android/server/ConnectivityService.java +3 −1 Original line number Diff line number Diff line Loading @@ -2260,7 +2260,9 @@ public class ConnectivityService extends IConnectivityManager.Stub netId = nai.network.getNetId(); } boolean ok = addLegacyRouteToHost(lp, addr, netId, uid); if (DBG) log("requestRouteToHostAddress ok=" + ok); if (DBG) { log("requestRouteToHostAddress " + addr + nai.toShortString() + " ok=" + ok); } return ok; } finally { Binder.restoreCallingIdentity(token); Loading Loading
services/core/java/com/android/server/ConnectivityService.java +3 −1 Original line number Diff line number Diff line Loading @@ -2260,7 +2260,9 @@ public class ConnectivityService extends IConnectivityManager.Stub netId = nai.network.getNetId(); } boolean ok = addLegacyRouteToHost(lp, addr, netId, uid); if (DBG) log("requestRouteToHostAddress ok=" + ok); if (DBG) { log("requestRouteToHostAddress " + addr + nai.toShortString() + " ok=" + ok); } return ok; } finally { Binder.restoreCallingIdentity(token); Loading