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

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

Merge "Remove "No input-enabled display found for layer..." log"

parents 67539848 f396dbcf
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -3122,9 +3122,6 @@ void SurfaceFlinger::buildWindowInfos(std::vector<WindowInfo>& outWindowInfos,
            const auto& [secure, transform] = it->second;
            isSecure = secure;
            displayTransform = transform;
        } else {
            ALOGE("No input-enabled display found for layer `%s` on layer stack id: %d",
                  layer->getDebugName(), layerStackId);
        }

        outWindowInfos.push_back(layer->fillInputInfo(displayTransform, isSecure));