Merge "Apply ag/12775659 to IpClientManager."

This commit is contained in:
Lorenzo Colitti
2021-06-17 13:53:48 +00:00
committed by Gerrit Code Review

View File

@@ -88,6 +88,8 @@ public class IpClientManager {
} catch (RemoteException e) {
log("Error confirming IpClient configuration", e);
return false;
} finally {
Binder.restoreCallingIdentity(token);
}
}