| Index: tools/mb/mb.py
|
| diff --git a/tools/mb/mb.py b/tools/mb/mb.py
|
| index 212524502cb63883c1c0c5184cd1eeeb322e6f66..917f3c62be301aad351cf8234a38bbb2d46ee84a 100755
|
| --- a/tools/mb/mb.py
|
| +++ b/tools/mb/mb.py
|
| @@ -1086,10 +1086,14 @@
|
| output_path=None)
|
|
|
| if android and test_type != "script":
|
| + # TODO(crbug.com/693203): Reenable logcat logdog uploading when outage
|
| + # has been resolved.
|
| cmdline = [
|
| - '../../build/android/test_wrapper/logdog_wrapper.py',
|
| - '--target', target,
|
| - '--logdog-bin-cmd', '../../bin/logdog_butler']
|
| + self.PathJoin('bin', 'run_%s' % target),
|
| + '--logcat-output-file', '${ISOLATED_OUTDIR}/logcats',
|
| + '--target-devices-file', '${SWARMING_BOT_FILE}',
|
| + '-v'
|
| + ]
|
| elif use_xvfb and test_type == 'windowed_test_launcher':
|
| extra_files = [
|
| '../../testing/test_env.py',
|
|
|