Merge "Fix remove-before-add for IpSecService RefcountedResource"

am: dcd06394d4

Change-Id: Ief286a54a93efd731deeff9fc32815663ab7695d
This commit is contained in:
Benedict Wong
2019-04-09 10:39:16 -07:00
committed by android-build-merger

View File

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