am 8c166512: Merge "Cleanup of process-specific DNS." into eclair
Merge commit '8c166512a7e6ffaf87e41cd3a85d55993648fe9b' into eclair-plus-aosp * commit '8c166512a7e6ffaf87e41cd3a85d55993648fe9b': Cleanup of process-specific DNS.
This commit is contained in:
@@ -661,8 +661,8 @@ public class ConnectivityService extends IConnectivityManager.Stub {
|
||||
tracker = mNetTrackers[usedNetworkType];
|
||||
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