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

Commit ffdcde01 authored by Xin Li's avatar Xin Li
Browse files

Merge UP1A.231005.007

Bug: 291102124
Merged-In: I065d361b83700474a1efab2a75928427ee0a14ba
Change-Id: Id4f6a4f6149e81df76f5fca515823cb552de875d
parents 16e65883 30ca8fa4
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 {