Loading src/com/android/server/telecom/callredirection/CallRedirectionProcessor.java +14 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
src/com/android/server/telecom/callredirection/CallRedirectionProcessor.java +14 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading