Merge "Fix remove-before-add for IpSecService RefcountedResource" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
21dbd30681
@@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user