Merge "Add debug logging to requestRouteToHostAddress."
This commit is contained in:
@@ -2260,7 +2260,9 @@ public class ConnectivityService extends IConnectivityManager.Stub
|
|||||||
netId = nai.network.getNetId();
|
netId = nai.network.getNetId();
|
||||||
}
|
}
|
||||||
boolean ok = addLegacyRouteToHost(lp, addr, netId, uid);
|
boolean ok = addLegacyRouteToHost(lp, addr, netId, uid);
|
||||||
if (DBG) log("requestRouteToHostAddress ok=" + ok);
|
if (DBG) {
|
||||||
|
log("requestRouteToHostAddress " + addr + nai.toShortString() + " ok=" + ok);
|
||||||
|
}
|
||||||
return ok;
|
return ok;
|
||||||
} finally {
|
} finally {
|
||||||
Binder.restoreCallingIdentity(token);
|
Binder.restoreCallingIdentity(token);
|
||||||
|
|||||||
Reference in New Issue
Block a user