Loading src/java/com/android/internal/telephony/ims/ImsServiceController.java +4 −2 Original line number Diff line number Diff line Loading @@ -114,9 +114,11 @@ public class ImsServiceController { mIsBinding = false; mIsBound = false; } cleanupConnection(); if (mImsServiceConnection != null) { // according to the docs, we should fully unbind before rebinding again. mContext.unbindService(mImsServiceConnection); } cleanupConnection(); Log.w(LOG_TAG, "ImsService(" + name + "): onBindingDied. Starting rebind..."); startDelayedRebindToService(); mLocalLog.log("onBindingDied, retrying in " + mBackoff.getCurrentDelay() + " mS"); Loading Loading
src/java/com/android/internal/telephony/ims/ImsServiceController.java +4 −2 Original line number Diff line number Diff line Loading @@ -114,9 +114,11 @@ public class ImsServiceController { mIsBinding = false; mIsBound = false; } cleanupConnection(); if (mImsServiceConnection != null) { // according to the docs, we should fully unbind before rebinding again. mContext.unbindService(mImsServiceConnection); } cleanupConnection(); Log.w(LOG_TAG, "ImsService(" + name + "): onBindingDied. Starting rebind..."); startDelayedRebindToService(); mLocalLog.log("onBindingDied, retrying in " + mBackoff.getCurrentDelay() + " mS"); Loading