Merge "Address leftover comments on aosp/894233" am: 3753f67bcd
am: c4b0483288
Change-Id: Ia08104f839ef37139a8761e2e625bb10c94c275f
This commit is contained in:
@@ -1778,14 +1778,8 @@ public class ConnectivityService extends IConnectivityManager.Stub
|
||||
// callback from each caller type. Need to re-factor NetdEventListenerService to allow
|
||||
// multiple NetworkMonitor registrants.
|
||||
if (nai != null && nai.satisfies(mDefaultRequest)) {
|
||||
final long token = Binder.clearCallingIdentity();
|
||||
try {
|
||||
nai.networkMonitor().notifyDnsResponse(returnCode);
|
||||
} catch (RemoteException e) {
|
||||
e.rethrowFromSystemServer();
|
||||
} finally {
|
||||
Binder.restoreCallingIdentity(token);
|
||||
}
|
||||
Binder.withCleanCallingIdentity(() ->
|
||||
nai.networkMonitor().notifyDnsResponse(returnCode));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user