mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
"Stack traces have been disabled" message goes to VLOG instead of INFO.
PiperOrigin-RevId: 456755121 Change-Id: I7eb7badcd5901a33dd2b2afc0833f00eeedacada
This commit is contained in:
parent
82e164949b
commit
e5bc3e69cd
|
@ -384,7 +384,7 @@ void Monitor::SetAdditionalResultInfo(std::unique_ptr<Regs> regs) {
|
|||
result_.SetProgName(util::GetProgName(pid));
|
||||
result_.SetProcMaps(ReadProcMaps(pid_));
|
||||
if (!ShouldCollectStackTrace()) {
|
||||
LOG(INFO) << "Stack traces have been disabled";
|
||||
VLOG(1) << "Stack traces have been disabled";
|
||||
return;
|
||||
}
|
||||
auto* ns = policy_->GetNamespace();
|
||||
|
|
Loading…
Reference in New Issue
Block a user