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

Commit 7c253330 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by Automerger Merge Worker
Browse files

Merge "Add debug logging to requestRouteToHostAddress." am: cd54a8bf

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1671786

Change-Id: I87f0ab1fe739359c115fce8da250a00b5fd0242b
parents 1de3108a cd54a8bf
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);