Merge "Fix remove-before-add for IpSecService RefcountedResource" am: dcd06394d4

am: 47fa5b0f7f

Change-Id: I416c2e43961ec0e1cc6b2fbcef970fbce858603b
This commit is contained in:
Benedict Wong
2019-04-09 10:56:30 -07:00
committed by android-build-merger

View File

@@ -208,6 +208,7 @@ public class IpSecService extends IIpSecService.Stub {
mBinder.linkToDeath(this, 0);
} catch (RemoteException e) {
binderDied();
e.rethrowFromSystemServer();
}
}
}