Loading packages/SystemUI/src/com/android/systemui/recents/OverviewProxyService.java +2 −1 Original line number Diff line number Diff line Loading @@ -786,7 +786,8 @@ public class OverviewProxyService implements CallbackController<OverviewProxyLis private void disconnectFromLauncherService(String disconnectReason) { Log.d(TAG_OPS, "disconnectFromLauncherService bound?: " + mBound + " currentProxy: " + mOverviewProxy + " disconnectReason: " + disconnectReason); " currentProxy: " + mOverviewProxy + " disconnectReason: " + disconnectReason, new Throwable()); if (mBound) { // Always unbind the service (ie. if called through onNullBinding or onBindingDied) mContext.unbindService(mOverviewServiceConnection); Loading Loading
packages/SystemUI/src/com/android/systemui/recents/OverviewProxyService.java +2 −1 Original line number Diff line number Diff line Loading @@ -786,7 +786,8 @@ public class OverviewProxyService implements CallbackController<OverviewProxyLis private void disconnectFromLauncherService(String disconnectReason) { Log.d(TAG_OPS, "disconnectFromLauncherService bound?: " + mBound + " currentProxy: " + mOverviewProxy + " disconnectReason: " + disconnectReason); " currentProxy: " + mOverviewProxy + " disconnectReason: " + disconnectReason, new Throwable()); if (mBound) { // Always unbind the service (ie. if called through onNullBinding or onBindingDied) mContext.unbindService(mOverviewServiceConnection); Loading