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

Commit 058a25a4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove DisplayInfo not found log" into udc-dev

parents 76a3e59e a06bb553
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;