Chromium Code Reviews| 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() |
|
jbudorick
2016/06/23 07:50:25
Fine with this to fix the bots, but I'd prefer we
kjellander_chromium
2016/06/23 09:49:24
OK. I'll be OOO for 5 weeks starting tomorrow, so
jbudorick
2016/06/23 09:51:23
Hah, works for me. Enjoy your time off!
|
| + 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: |