Commit 547f6f35 authored by Primiano Tucci's avatar Primiano Tucci Committed by Commit Bot

memory-infra: turn LOG into DLOG for MDP PostTask failures

It is causing too much spam.

TBR=ssid

Bug: 762723
Change-Id: If4e57ff410d3dcef1c53192edc70536f51161618
Reviewed-on: https://chromium-review.googlesource.com/725383Reviewed-by: default avatarPrimiano Tucci <primiano@chromium.org>
Commit-Queue: Primiano Tucci <primiano@chromium.org>
Cr-Commit-Position: refs/heads/master@{#509742}
parent d062330c
...@@ -643,8 +643,8 @@ void MemoryDumpManager::SetupNextMemoryDump( ...@@ -643,8 +643,8 @@ void MemoryDumpManager::SetupNextMemoryDump(
// The utility thread is normally shutdown when disabling the trace and // The utility thread is normally shutdown when disabling the trace and
// getting here in this case is expected. // getting here in this case is expected.
if (mdpinfo->task_runner) { if (mdpinfo->task_runner) {
LOG(ERROR) << "Disabling MemoryDumpProvider \"" << mdpinfo->name DLOG(ERROR) << "Disabling MemoryDumpProvider \"" << mdpinfo->name
<< "\". Failed to post task on the task runner provided."; << "\". Failed to post task on the task runner provided.";
// A locked access is required to R/W |disabled| (for the // A locked access is required to R/W |disabled| (for the
// UnregisterAndDeleteDumpProviderSoon() case). // UnregisterAndDeleteDumpProviderSoon() case).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment