diff options
author | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-28 17:59:38 +0000 |
---|---|---|
committer | mbelshe@google.com <mbelshe@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-28 17:59:38 +0000 |
commit | b2932ca544f902aeb01b0b7021fe758af91881ab (patch) | |
tree | 28a424ebe07f9a7f2c07dd02b10af7bcdf2b48c0 | |
parent | b060bd427af7ea65e6afc74d9aef3f055894154e (diff) | |
download | chromium_src-b2932ca544f902aeb01b0b7021fe758af91881ab.zip chromium_src-b2932ca544f902aeb01b0b7021fe758af91881ab.tar.gz chromium_src-b2932ca544f902aeb01b0b7021fe758af91881ab.tar.bz2 |
Enable logging on memory tests for debugging.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1494 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/memory_test/memory_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/memory_test/memory_test.cc b/chrome/test/memory_test/memory_test.cc index 1571b83..99b5179 100644 --- a/chrome/test/memory_test/memory_test.cc +++ b/chrome/test/memory_test/memory_test.cc @@ -32,6 +32,8 @@ class MemoryTest : public UITest { // TODO(mbelshe): Fix Chrome to not crash with plugins.
CommandLine::AppendSwitch(&launch_arguments_, switches::kDisablePlugins);
+ CommandLine::AppendSwitch(&launch_arguments_, switches::kEnableLogging);
+
// Use the playback cache, but don't use playback events.
CommandLine::AppendSwitch(&launch_arguments_, switches::kPlaybackMode);
CommandLine::AppendSwitch(&launch_arguments_, switches::kNoEvents);
|