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

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

Merge "Remove DisplayInfo not found log"

parents b689cae8 d5418b67
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;