Commit d82dbc62 authored by hzl's avatar hzl Committed by Commit bot

Include DEBUG:I information into logcat.

Stack traces are presented as DEBUG:I, but the previous logcat filter
does not include such logcat.

In this cl, we are including DEBUG:I into the logcat.

BUG=721811

Review-Url: https://codereview.chromium.org/2882793002
Cr-Commit-Position: refs/heads/master@{#472172}
parent fb11bbe1
...@@ -50,7 +50,7 @@ TIMEOUT_ANNOTATIONS = [ ...@@ -50,7 +50,7 @@ TIMEOUT_ANNOTATIONS = [
('SmallTest', 1 * 60), ('SmallTest', 1 * 60),
] ]
LOGCAT_FILTERS = ['*:e', 'chromium:v', 'cr_*:v'] LOGCAT_FILTERS = ['*:e', 'chromium:v', 'cr_*:v', 'DEBUG:I']
EXTRA_SCREENSHOT_FILE = ( EXTRA_SCREENSHOT_FILE = (
'org.chromium.base.test.ScreenshotOnFailureStatement.ScreenshotFile') 'org.chromium.base.test.ScreenshotOnFailureStatement.ScreenshotFile')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment