Internal change

PiperOrigin-RevId: 475224729
Change-Id: Id7c05c7542c44f58e7f4027c6932acd42f3a7857
This commit is contained in:
Wiktor Garbacz 2022-09-19 01:16:37 -07:00 committed by Copybara-Service
parent 4d24c4c01b
commit d2c8c70d8e

View File

@ -744,7 +744,6 @@ bool Monitor::InitPtraceAttach() {
}
// With TSYNC, we can allow threads: seccomp applies to all threads.
if (tasks.size() > 1) {
LOG(WARNING) << "PID " << pid_ << " has " << tasks.size() << " threads,"
<< " at the time of call to SandboxMeHere. If you are seeing"