Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(360)

Unified Diff: chrome/browser/memory/tab_manager_delegate_chromeos.cc

Issue 2879673004: TabManager: Remove a redundant log line which produces excessive log. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/memory/tab_manager_delegate_chromeos.cc
diff --git a/chrome/browser/memory/tab_manager_delegate_chromeos.cc b/chrome/browser/memory/tab_manager_delegate_chromeos.cc
index aef50dcc4be7c6adde7c9fdb10ef878aa93d62de..39a0f0cb50049b8a70f0d4c4847fb22da97faa94 100644
--- a/chrome/browser/memory/tab_manager_delegate_chromeos.cc
+++ b/chrome/browser/memory/tab_manager_delegate_chromeos.cc
@@ -636,8 +636,6 @@ void TabManagerDelegate::LowMemoryKillImpl(
MemoryKillsMonitor::LogLowMemoryKill("TAB", estimated_memory_freed_kb);
MEMORY_LOG(ERROR) << "Killed " << *it << ", estimated "
<< estimated_memory_freed_kb << " KB freed";
- } else {
- MEMORY_LOG(ERROR) << "Failed to kill " << *it;
Yusuke Sato 2017/05/12 20:47:08 What about changing this to VLOG? For debugging pu
cylee1 2017/05/12 21:04:40 Personally I don't think so. Particularly a tab i
}
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698