Chromium Code Reviews| 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 65c9e5e658c9ef3f572c1020bcf9f46ccb5fe245..1ee9fe16aec5162145f5dcce28804f361fb87aab 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 |
| @@ -50,7 +50,8 @@ TIMEOUT_ANNOTATIONS = [ |
| ('SmallTest', 1 * 60), |
| ] |
| -LOGCAT_FILTERS = ['*:e', 'chromium:v', 'cr_*:v', 'DEBUG:I'] |
| +LOGCAT_FILTERS = ['*:e', 'chromium:v', 'cr_*:v', 'DEBUG:I', |
| + 'StrictMode:D', 'test_runner_py:I'] |
|
jbudorick
2017/05/21 19:10:29
nit:
'%s:I' % _TAG
instead of
'test_runner
BigBossZhiling
2017/05/22 07:07:36
Done.
|
| EXTRA_SCREENSHOT_FILE = ( |
| 'org.chromium.base.test.ScreenshotOnFailureStatement.ScreenshotFile') |