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

Commit f177186e authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of ['googleplex-android-review.googlesource.com/24151559']...

Merge cherrypicks of ['googleplex-android-review.googlesource.com/24151559'] into security-aosp-tm-release.

Change-Id: Ib14517e6b97c85f5bdb7a1c9559f9e0eb71c19fa
parents dd302d21 5b335401
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -175,6 +175,20 @@ public class CallRedirectionProcessor implements CallRedirectionCallback {
                    Log.endSession();
                }
            }

            @Override
            public void onBindingDied(ComponentName componentName) {
                // Make sure we unbind the service if binding died to avoid background stating
                // activity leaks
                Log.startSession("CRSC.oBD");
                try {
                    synchronized (mTelecomLock) {
                        finishCallRedirection();
                    }
                } finally {
                    Log.endSession();
                }
            }
        }

        private class CallRedirectionAdapter extends ICallRedirectionAdapter.Stub {