| Index: scripts/slave/recipes/android_webview_shell_tests.py
|
| diff --git a/scripts/slave/recipes/android_webview_shell_tests.py b/scripts/slave/recipes/android_webview_shell_tests.py
|
| index 4c40c4a8f9a50aca92b0cc4615fa9c2eb4e18b6f..a1ff3e7700b99c42961da6fa1d0e78f1487be4cd 100644
|
| --- a/scripts/slave/recipes/android_webview_shell_tests.py
|
| +++ b/scripts/slave/recipes/android_webview_shell_tests.py
|
| @@ -85,8 +85,9 @@ def RunSteps(api):
|
| # Run the instrumentation tests from the package.
|
| run_tests(api)
|
|
|
| - api.chromium_android.logcat_dump()
|
| - api.chromium_android.stack_tool_steps()
|
| + logcat_file = api.chromium.output_dir.join('full_logcat')
|
| + api.chromium_android.logcat_dump(output_logcat_file=logcat_file)
|
| + api.chromium_android.stack_tool_steps(logcat_file=logcat_file)
|
| api.chromium_android.test_report()
|
|
|
| def run_tests(api):
|
|
|