Fix clang build breakage (-Werror -Wformat). am: b334c33d65

am: 2cf3cc82e3

Change-Id: I5bb346f44b9d0f5b190df1e94015b7b653df5248
This commit is contained in:
Narayan Kamath
2016-08-29 11:50:01 +00:00
committed by android-build-merger

View File

@@ -404,7 +404,7 @@ class FileDescriptorTable {
//
// TODO(narayan): This will be an error in a future android release.
// error = true;
ALOGW("Zygote opened %d new file descriptor(s).", open_fds.size());
ALOGW("Zygote opened %zd new file descriptor(s).", open_fds.size());
// TODO(narayan): This code will be removed in a future android release.
std::set<int>::const_iterator it;