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

* commit 'a5cbb1f18b6eb4e0db27d98bea0731393b7438d1':
  SurfaceFlinger: Make log message 64-bit compatible
This commit is contained in:
Dan Stoza 2015-01-17 00:53:36 +00:00 committed by Android Git Automerger
commit b62767e855
1 changed files with 1 additions and 1 deletions

View File

@ -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) {