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

Commit 5e612c6f 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-sc-v2-release.

Change-Id: Ic3ce2c5e7c77078fabfccf73a703ad5144780259
parents ecfd3109 d0ea3777
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -164,6 +164,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 {