diff --git a/packages/SystemUI/src/com/android/systemui/recents/OverviewProxyService.java b/packages/SystemUI/src/com/android/systemui/recents/OverviewProxyService.java index 53a27ff4e08b5..cfb32d3c8a45d 100644 --- a/packages/SystemUI/src/com/android/systemui/recents/OverviewProxyService.java +++ b/packages/SystemUI/src/com/android/systemui/recents/OverviewProxyService.java @@ -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;