Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 955725fc authored by Matt Casey's avatar Matt Casey
Browse files

Log an error if overview proxy service isn't available.

Shouldn't be happening.

Bug: 134981174
Test: None
Change-Id: Ibfcc6e713e4efaad32c84a81f6a35f31e49fcd3a
parent f80234a9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);