Index: build/android/pylib/local/device/local_device_instrumentation_test_run.py |
diff --git a/build/android/pylib/local/device/local_device_instrumentation_test_run.py b/build/android/pylib/local/device/local_device_instrumentation_test_run.py |
index c95fe6d6e9bf81d10465469fd425d253e45a56a7..c5dd8ec9d7b95099258ffb6e38f8f78afe20acc3 100644 |
--- a/build/android/pylib/local/device/local_device_instrumentation_test_run.py |
+++ b/build/android/pylib/local/device/local_device_instrumentation_test_run.py |
@@ -37,7 +37,7 @@ TIMEOUT_ANNOTATIONS = [ |
('SmallTest', 1 * 60), |
] |
-LOGCAT_FILTERS = ['*:e', 'chromium:v', 'cr_*:v'] |
+LOGCAT_FILTERS = ['*:e', 'chromium:v', 'cr_*:v', 'DEBUG:I'] |
# TODO(jbudorick): Make this private once the instrumentation test_runner is |