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

Unified Diff: chrome/test/live_sync/live_sync_test.cc

Issue 5139004: Verbose logging for sync integration tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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/test/live_sync/live_sync_test.cc
diff --git a/chrome/test/live_sync/live_sync_test.cc b/chrome/test/live_sync/live_sync_test.cc
index 888527a56cb2112be8b6ebb238cff6999c490d29..7b4ac354cd7be61c869c0946744446561e1c1d86 100644
--- a/chrome/test/live_sync/live_sync_test.cc
+++ b/chrome/test/live_sync/live_sync_test.cc
@@ -7,6 +7,7 @@
#include <vector>
#include "base/command_line.h"
+#include "base/logging.h"
#include "base/message_loop.h"
#include "base/path_service.h"
#include "base/platform_thread.h"
@@ -93,6 +94,10 @@ LiveSyncTest::LiveSyncTest(TestType test_type)
num_clients_(-1),
test_server_handle_(base::kNullProcessHandle) {
InProcessBrowserTest::set_show_window(true);
+
+ // TODO(rsimha): Remove after investigating flaky and failing sync tests.
+ logging::SetMinLogLevel(logging::LOG_VERBOSE);
+
switch (test_type_) {
case SINGLE_CLIENT: {
num_clients_ = 1;
« 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