Set Binder to null if linkToDeath throws RemoteException
If linkToDeath throws a RemoteException, set the Binder to null in order to stop unlinkToDeath from causing the phone process to crash. For further safety, catch NoSuchElementException directly if it still happens, as it should just result in a no-op. Bug: 177073719 Bug: 175737956 Test: manual; atest ImsCommonTests Merged-In: I743d1768720cee6ef264ef3168183563652e50c4 Merged-In: I8e35fccbd1bc72a821b87445ed71ad30157b019b Change-Id: I1dd468cf180509e57358d8fc3c5bd1fd7aa9d79d
Loading
Please register or sign in to comment