Downgrade setOnBackInvoked log message to INFO

Bug: 270726980
Test: atest BackNavigationControllerTest
Test: atest WindowOnBackInvokedDispatcherTest
Change-Id: I360e78604e76701007fa94c7aac25f39a5e22127
This commit is contained in:
Peter Kalauskas
2023-02-24 12:20:14 -08:00
parent 9fe0570eea
commit 3de5f063e0

View File

@@ -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);