Chromium Code Reviews| Index: tools/mb/mb.py |
| diff --git a/tools/mb/mb.py b/tools/mb/mb.py |
| index 917f3c62be301aad351cf8234a38bbb2d46ee84a..734f4f2e33797229690019f10498d0c98fa4bd0a 100755 |
| --- a/tools/mb/mb.py |
| +++ b/tools/mb/mb.py |
| @@ -1086,14 +1086,11 @@ class MetaBuildWrapper(object): |
| output_path=None) |
| if android and test_type != "script": |
| - # TODO(crbug.com/693203): Reenable logcat logdog uploading when outage |
| - # has been resolved. |
| cmdline = [ |
| - self.PathJoin('bin', 'run_%s' % target), |
| - '--logcat-output-file', '${ISOLATED_OUTDIR}/logcats', |
| + '../../build/android/test_wrapper/logdog_wrapper.py', |
| + '--target', target, |
| '--target-devices-file', '${SWARMING_BOT_FILE}', |
| - '-v' |
| - ] |
| + '--logdog-bin-cmd', '../../bin/logdog_butler'] |
|
Dirk Pranke
2017/03/20 23:12:48
is this path right? what directory is that relativ
|
| elif use_xvfb and test_type == 'windowed_test_launcher': |
| extra_files = [ |
| '../../testing/test_env.py', |