Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 397cde20 authored by Chris Wailes's avatar Chris Wailes Committed by android-build-merger
Browse files

Merge "Removed log spam from the Zygote." am: 130b5bf1 am: 673aade3

am: ec2326ed

Change-Id: I80d804830c96851d77b9d5b00632240cd31fbacc
parents 09cf18af ec2326ed
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -462,7 +462,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;
    }

@@ -496,7 +495,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;
    }