Merge "Log an error if overview proxy service isn't available." into qt-r1-dev

This commit is contained in:
TreeHugger Robot
2019-06-24 20:17:28 +00:00
committed by Android (Google) Code Review

View File

@@ -746,6 +746,8 @@ public class OverviewProxyService implements CallbackController<OverviewProxyLis
try {
if (mOverviewProxy != null) {
mOverviewProxy.onAssistantVisibilityChanged(visibility);
} else {
Log.e(TAG_OPS, "Failed to get overview proxy for assistant visibility.");
}
} catch (RemoteException e) {
Log.e(TAG_OPS, "Failed to call onAssistantVisibilityChanged()", e);