| 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 8d869ed59f239b791c6a8b8bab654bb55bffcc1a..98f8baaa9b8d071063cff35d407b0af77a0aaef8 100644
|
| --- a/scripts/slave/recipes/android_webview_shell_tests.py
|
| +++ b/scripts/slave/recipes/android_webview_shell_tests.py
|
| @@ -88,9 +88,8 @@ def RunSteps(api):
|
| for suite in INSTRUMENTATION_TESTS:
|
| run_instrumentation_test(api, suite)
|
|
|
| - 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.logcat_dump()
|
| + api.chromium_android.stack_tool_steps()
|
| api.chromium_android.test_report()
|
|
|
| def run_instrumentation_test(api, suite):
|
|
|