Merge "Log an error if overview proxy service isn't available." into qt-r1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
cac1daa26e
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user