Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd54a8bf authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by Gerrit Code Review
Browse files

Merge "Add debug logging to requestRouteToHostAddress."

parents a0445d35 579c0040
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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);