Merge "Removed log spam from the Zygote."

am: 130b5bf146

Change-Id: I0d9053ac8af771e831b79e1ce1997a754e46f376
This commit is contained in:
Chris Wailes
2019-04-08 20:30:12 -07:00
committed by android-build-merger

View File

@@ -453,7 +453,6 @@ FileDescriptorTable* FileDescriptorTable::Create(const std::vector<int>& fds_to_
}
if (std::find(fds_to_ignore.begin(), fds_to_ignore.end(), fd) != fds_to_ignore.end()) {
LOG(INFO) << "Ignoring open file descriptor " << fd;
continue;
}
@@ -487,7 +486,6 @@ void FileDescriptorTable::Restat(const std::vector<int>& fds_to_ignore, fail_fn_
}
if (std::find(fds_to_ignore.begin(), fds_to_ignore.end(), fd) != fds_to_ignore.end()) {
LOG(INFO) << "Ignoring open file descriptor " << fd;
continue;
}