Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e28492f7 authored by Sarah Chin's avatar Sarah Chin Committed by Android (Google) Code Review
Browse files

Merge "Add logs for AIDL death recipient registration"

parents 2c37985e 72e81a52
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -431,8 +431,11 @@ public class RIL extends BaseCommands implements CommandsInterface {

        public void linkToDeath(IBinder service) throws RemoteException {
            if (service != null) {
                riljLog("Linked to death for service " + serviceToString(mService));
                mBinder = service;
                mBinder.linkToDeath(this, (int) mServiceCookies.get(mService).incrementAndGet());
            } else {
                riljLoge("Unable to link to death for service " + serviceToString(mService));
            }
        }