Merge "Downgrade setOnBackInvoked log message to INFO" into udc-dev

This commit is contained in:
Peter Kalauskas
2023-02-27 22:51:53 +00:00
committed by Android (Google) Code Review

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