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

Commit a5cbb1f1 authored by Dan Stoza's avatar Dan Stoza Committed by Android Git Automerger
Browse files

am ef1c17ae: SurfaceFlinger: Make log message 64-bit compatible

* commit 'ef1c17ae':
  SurfaceFlinger: Make log message 64-bit compatible
parents 3372cc25 ef1c17ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2010,7 +2010,7 @@ bool SurfaceFlinger::doComposeSurfaces(const sp<const DisplayDevice>& hw, const
            ++blameCounts[blame.second];
        }

        ALOGI("FD Blame: %d open fds", currentFds.size());
        ALOGI("FD Blame: %zu open fds", currentFds.size());
        for (auto blame : blameCounts) {
            std::string layers;
            for (auto layer : blame.first) {