Index: base/trace_event/memory_dump_manager.cc |
diff --git a/base/trace_event/memory_dump_manager.cc b/base/trace_event/memory_dump_manager.cc |
index cb59448dda5145d207438590fec18d6cf4013db1..a0f0af372350bc8a37fe34c78f29173a27251edb 100644 |
--- a/base/trace_event/memory_dump_manager.cc |
+++ b/base/trace_event/memory_dump_manager.cc |
@@ -419,7 +419,9 @@ |
if (!mdpinfo->disabled) { |
if (mdpinfo->consecutive_failures >= kMaxConsecutiveFailuresCount) { |
mdpinfo->disabled = true; |
- disabled_reason = "Dump failed multiple times consecutively."; |
+ disabled_reason = |
+ "Dump failure, possibly related with sandboxing (crbug.com/461788)." |
+ " Try --no-sandbox."; |
} else if (post_task_failed && mdpinfo->task_runner) { |
// Don't disable unbound dump providers. The utility thread is normally |
// shutdown when disabling the trace and getting here in this case is |