mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Remove leftover debug log
PiperOrigin-RevId: 509473001 Change-Id: I37e1ca609489ed9e2f3303efda3d955ad8408237
This commit is contained in:
parent
a5d12903dd
commit
e4c0d91e69
|
@ -906,7 +906,6 @@ void PtraceMonitor::EventPtraceExit(pid_t pid, int event_msg) {
|
|||
} else {
|
||||
SetExitStatusCode(Result::SIGNALED, WTERMSIG(event_msg));
|
||||
}
|
||||
LOG(INFO) << "CPU limit: " << executor_->limits()->rlimit_cpu().rlim_cur;
|
||||
SetAdditionalResultInfo(std::move(regs));
|
||||
} else if (log_stack_trace) {
|
||||
// In case pid == pid_ the stack trace will be logged anyway. So we need
|
||||
|
|
Loading…
Reference in New Issue
Block a user