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

Commit b0815c1b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add stack trace for OPS disconnect reason logging" into tm-qpr-dev am: 30a093f9

parents 77d7e5a1 30a093f9
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -786,7 +786,8 @@ public class OverviewProxyService implements CallbackController<OverviewProxyLis


    private void disconnectFromLauncherService(String disconnectReason) {
    private void disconnectFromLauncherService(String disconnectReason) {
        Log.d(TAG_OPS, "disconnectFromLauncherService bound?: " + mBound +
        Log.d(TAG_OPS, "disconnectFromLauncherService bound?: " + mBound +
                " currentProxy: " + mOverviewProxy + " disconnectReason: " + disconnectReason);
                " currentProxy: " + mOverviewProxy + " disconnectReason: " + disconnectReason,
                new Throwable());
        if (mBound) {
        if (mBound) {
            // Always unbind the service (ie. if called through onNullBinding or onBindingDied)
            // Always unbind the service (ie. if called through onNullBinding or onBindingDied)
            mContext.unbindService(mOverviewServiceConnection);
            mContext.unbindService(mOverviewServiceConnection);