Downgrade setOnBackInvoked log message to INFO
Bug: 270726980 Test: atest BackNavigationControllerTest Test: atest WindowOnBackInvokedDispatcherTest Change-Id: I360e78604e76701007fa94c7aac25f39a5e22127
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user