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

Commit 94e02641 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-rvc-release.

Change-Id: I6675e697e7854b2ba7fead547c95243d2c00b546
parents 3ee1c873 1bf5ff5a
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 {