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

Commit e61b8a34 authored by Tony Wickham's avatar Tony Wickham Committed by Automerger Merge Worker
Browse files

Merge "Add a log when initializing OverviewProxy" into tm-dev am: 56febb35

parents c8443861 56febb35
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;