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

Commit 7db8a7a6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove DisplayInfo not found log" into udc-dev am: 058a25a4

parents 88d11b00 058a25a4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2745,7 +2745,8 @@ void InputDispatcher::addWindowTargetLocked(const sp<WindowInfoHandle>& windowHa
        if (displayInfoIt != mDisplayInfos.end()) {
            inputTarget.displayTransform = displayInfoIt->second.transform;
        } else {
            ALOGE("DisplayInfo not found for window on display: %d", windowInfo->displayId);
            // DisplayInfo not found for this window on display windowInfo->displayId.
            // TODO(b/198444055): Make this an error message after 'setInputWindows' API is removed.
        }
        inputTargets.push_back(inputTarget);
        it = inputTargets.end() - 1;