Merge "Address leftover comments on aosp/894233" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
fa6c7828b5
@@ -1771,11 +1771,8 @@ public class ConnectivityService extends IConnectivityManager.Stub
|
|||||||
// caller type. Need to re-factor NetdEventListenerService to allow multiple
|
// caller type. Need to re-factor NetdEventListenerService to allow multiple
|
||||||
// NetworkMonitor registrants.
|
// NetworkMonitor registrants.
|
||||||
if (nai != null && nai.satisfies(mDefaultRequest)) {
|
if (nai != null && nai.satisfies(mDefaultRequest)) {
|
||||||
try {
|
Binder.withCleanCallingIdentity(() ->
|
||||||
nai.networkMonitor().notifyDnsResponse(returnCode);
|
nai.networkMonitor().notifyDnsResponse(returnCode));
|
||||||
} catch (RemoteException e) {
|
|
||||||
e.rethrowFromSystemServer();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user