Merge "Removed log spam from the Zygote."
This commit is contained in:
@@ -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()) {
|
if (std::find(fds_to_ignore.begin(), fds_to_ignore.end(), fd) != fds_to_ignore.end()) {
|
||||||
LOG(INFO) << "Ignoring open file descriptor " << fd;
|
|
||||||
continue;
|
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()) {
|
if (std::find(fds_to_ignore.begin(), fds_to_ignore.end(), fd) != fds_to_ignore.end()) {
|
||||||
LOG(INFO) << "Ignoring open file descriptor " << fd;
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user