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

This commit is contained in:
Automerger Merge Worker
2022-04-01 01:26:48 +00:00
committed by Android (Google) Code Review

View File

@@ -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;