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

Commit 3de5f063 authored by Peter Kalauskas's avatar Peter Kalauskas
Browse files

Downgrade setOnBackInvoked log message to INFO

Bug: 270726980
Test: atest BackNavigationControllerTest
Test: atest WindowOnBackInvokedDispatcherTest
Change-Id: I360e78604e76701007fa94c7aac25f39a5e22127
parent 9fe0570e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -948,7 +948,7 @@ class Session extends IWindowSession.Stub implements IBinder.DeathRecipient {
        synchronized (mService.mGlobalLock) {
            WindowState windowState = mService.windowForClientLocked(this, window, false);
            if (windowState == null) {
                Slog.e(TAG_WM,
                Slog.i(TAG_WM,
                        "setOnBackInvokedCallback(): No window state for package:" + mPackageName);
            } else {
                windowState.setOnBackInvokedCallbackInfo(callbackInfo);