Chromium Code Reviews| 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()) |
|
nyquist
2016/12/13 20:40:31
Are there other places where we can remove checks
Jay Civelli
2016/12/14 02:20:11
base::AndroidIsChildProcess() is gone, so the comp
|
| - return; |
| - |
| logging::LoggingSettings settings; |
| settings.logging_dest = logging::LOG_TO_SYSTEM_DEBUG_LOG; |
| logging::InitLogging(settings); |