| Index: scripts/slave/recipe_modules/webrtc/api.py
|
| diff --git a/scripts/slave/recipe_modules/webrtc/api.py b/scripts/slave/recipe_modules/webrtc/api.py
|
| index 5f1460eb6b1c4f25ca9ea86b42831d0c496e1df9..8769e86861f254d0c963a1be3c884db045b490c3 100644
|
| --- a/scripts/slave/recipe_modules/webrtc/api.py
|
| +++ b/scripts/slave/recipe_modules/webrtc/api.py
|
| @@ -183,7 +183,10 @@ class WebRTCApi(recipe_api.RecipeApi):
|
| test.run(self, suffix='')
|
|
|
| if self.m.chromium.c.TARGET_PLATFORM == 'android':
|
| - self.m.chromium_android.common_tests_final_steps()
|
| + self.m.chromium_android.shutdown_device_monitor()
|
| + self.m.chromium_android.logcat_dump(gs_bucket='chromium-android')
|
| + self.m.chromium_android.stack_tool_steps(force_latest_version=True)
|
| + self.m.chromium_android.test_report()
|
|
|
| with self.m.step.defer_results():
|
| for test in tests:
|
|
|