am ef1c17ae
: SurfaceFlinger: Make log message 64-bit compatible
* commit 'ef1c17ae9417abc1e21e49dbc629e448efc947dc': SurfaceFlinger: Make log message 64-bit compatible
This commit is contained in:
commit
a5cbb1f18b
@ -2010,7 +2010,7 @@ bool SurfaceFlinger::doComposeSurfaces(const sp<const DisplayDevice>& hw, const
|
|||||||
++blameCounts[blame.second];
|
++blameCounts[blame.second];
|
||||||
}
|
}
|
||||||
|
|
||||||
ALOGI("FD Blame: %d open fds", currentFds.size());
|
ALOGI("FD Blame: %zu open fds", currentFds.size());
|
||||||
for (auto blame : blameCounts) {
|
for (auto blame : blameCounts) {
|
||||||
std::string layers;
|
std::string layers;
|
||||||
for (auto layer : blame.first) {
|
for (auto layer : blame.first) {
|
||||||
|
Loading…
Reference in New Issue
Block a user