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

Commit 0dfdad7b authored by Tony Wickham's avatar Tony Wickham
Browse files

Add a log when initializing OverviewProxy

Test: local logs
Bug: 210426498
Change-Id: I373499e7f1dae23e404e153687ecf90e62160cb9
parent b09fe9de
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -507,6 +507,7 @@ public class OverviewProxyService extends CurrentUserTracker implements
                    backAnimation.createExternalInterface().asBinder()));

            try {
                Log.d(TAG_OPS, "OverviewProxyService connected, initializing overview proxy");
                mOverviewProxy.onInitialize(params);
            } catch (RemoteException e) {
                mCurrentBoundedUserId = -1;