Index: tools/mb/mb.py |
diff --git a/tools/mb/mb.py b/tools/mb/mb.py |
index 7dd3ac0201f9d1b47a4788ae2e2fe8b5428bc5cc..675021d87360ba89e43e223f5fceba156bec4af1 100755 |
--- a/tools/mb/mb.py |
+++ b/tools/mb/mb.py |
@@ -1087,14 +1087,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'] |
elif use_xvfb and test_type == 'windowed_test_launcher': |
extra_files = [ |
'../../testing/test_env.py', |