Merge "Log UID and PID of legacy route requests."
This commit is contained in:
committed by
Android (Google) Code Review
commit
4e99c84bc6
@@ -1366,7 +1366,8 @@ public class ConnectivityService extends IConnectivityManager.Stub
|
||||
bestRoute = RouteInfo.makeHostRoute(addr, bestRoute.getGateway(), iface);
|
||||
}
|
||||
}
|
||||
if (DBG) log("Adding " + bestRoute + " for interface " + bestRoute.getInterface());
|
||||
if (DBG) log("Adding legacy route " + bestRoute +
|
||||
" for UID/PID " + uid + "/" + Binder.getCallingPid());
|
||||
try {
|
||||
mNetd.addLegacyRouteForNetId(netId, bestRoute, uid);
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user