Merge "Add a log when initializing OverviewProxy" into tm-dev
This commit is contained in:
@@ -507,6 +507,7 @@ public class OverviewProxyService extends CurrentUserTracker implements
|
|||||||
backAnimation.createExternalInterface().asBinder()));
|
backAnimation.createExternalInterface().asBinder()));
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Log.d(TAG_OPS, "OverviewProxyService connected, initializing overview proxy");
|
||||||
mOverviewProxy.onInitialize(params);
|
mOverviewProxy.onInitialize(params);
|
||||||
} catch (RemoteException e) {
|
} catch (RemoteException e) {
|
||||||
mCurrentBoundedUserId = -1;
|
mCurrentBoundedUserId = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user