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

Commit f396dbcf authored by Nataniel Borges's avatar Nataniel Borges
Browse files

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

This message spams logcat when using virtual displays (e.g. screen
recording)

Test: start screen recording, check logcat for this message
Change-Id: I009d4df9be15fee32815b3f8a8f1c3e9fad5d9bc
parent d3df2e0d
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));