summaryrefslogtreecommitdiffstats
path: root/webkit/tools
diff options
context:
space:
mode:
authorgavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-16 14:52:30 +0000
committergavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-16 14:52:30 +0000
commitd471190afa7f7ef0b7d19494dd5406c0b0ccb576 (patch)
tree9e27dbbdb4ff30807ec040c4180e84350746255e /webkit/tools
parent6d97d7d2260c457f891247770be3795aeb3e257c (diff)
downloadchromium_src-d471190afa7f7ef0b7d19494dd5406c0b0ccb576.zip
chromium_src-d471190afa7f7ef0b7d19494dd5406c0b0ccb576.tar.gz
chromium_src-d471190afa7f7ef0b7d19494dd5406c0b0ccb576.tar.bz2
Expose WebCore log channels on the chrome command line
Add --webcore-log-channels=Loading,ResourceLoading to your chrome command line to get WebKit debugging joy. See third_party/WebKit/Source/WebCore/platform/Logging.cpp for a list of log levels. BUG=none TEST=none Review URL: http://codereview.chromium.org/6528016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75117 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r--webkit/tools/test_shell/test_shell.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell.cc b/webkit/tools/test_shell/test_shell.cc
index 2ffacc6..f106c35 100644
--- a/webkit/tools/test_shell/test_shell.cc
+++ b/webkit/tools/test_shell/test_shell.cc
@@ -266,7 +266,7 @@ void TestShell::InitLogging(bool suppress_error_dialogs,
// not running layout tests (because otherwise they'd corrupt the test
// output).
if (!layout_test_mode)
- webkit_glue::EnableWebCoreNotImplementedLogging();
+ webkit_glue::EnableWebCoreLogChannels("NotYetImplemented");
}
// static