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

Unified Diff: base/test/test_support_android.cc

Issue 2549363004: Multiprocess test client: Android child process launcher rework. (Closed)
Patch Set: Fixed tests Created 4 years 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
Index: base/test/test_support_android.cc
diff --git a/base/test/test_support_android.cc b/base/test/test_support_android.cc
index d77405fbf07334de821a638e261b016d82ea831b..10839f539c7a9bcee46e27d459374625ca12d07d 100644
--- a/base/test/test_support_android.cc
+++ b/base/test/test_support_android.cc
@@ -160,9 +160,6 @@ void InitPathProvider(int key) {
namespace base {
void InitAndroidTestLogging() {
- if (base::AndroidIsChildProcess())
- return;
-
logging::LoggingSettings settings;
settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG;
logging::InitLogging(settings);

Powered by Google App Engine
This is Rietveld 408576698