Merge commit '24317443fde973c762afbea1a3f6f2c830dfe3dd' * commit '24317443fde973c762afbea1a3f6f2c830dfe3dd': Cleanup of process-specific DNS.
This commit is contained in:
@@ -667,8 +667,8 @@ public class ConnectivityService extends IConnectivityManager.Stub {
|
||||
}
|
||||
if (usedNetworkType != networkType) {
|
||||
Integer currentPid = new Integer(pid);
|
||||
reassessPidDns(pid, true);
|
||||
mNetRequestersPids[usedNetworkType].remove(currentPid);
|
||||
reassessPidDns(pid, true);
|
||||
if (mNetRequestersPids[usedNetworkType].size() != 0) {
|
||||
if (DBG) Log.d(TAG, "not tearing down special network - " +
|
||||
"others still using it");
|
||||
|
||||
Reference in New Issue
Block a user