Index: tools/mb/mb.py |
diff --git a/tools/mb/mb.py b/tools/mb/mb.py |
index 3ee71030d0086462afe125bf4064fb3a4a160b00..98dfda6d1e78052231228417b622dc8d60244e6d 100755 |
--- a/tools/mb/mb.py |
+++ b/tools/mb/mb.py |
@@ -1001,6 +1001,10 @@ class MetaBuildWrapper(object): |
'--target-devices-file', '${SWARMING_BOT_FILE}', |
'-v', |
] |
+ # '&&', 'logdog_butler', '-project', 'chromium', '-output', |
+ # 'logdog,host=luci-logdog-dev.appspot.com', 'stream', '-source', |
+ # '${ISOLATED_OUTDIR}/logcats/device_logcats' |
+ #] |
elif use_x11 and test_type == 'windowed_test_launcher': |
extra_files = [ |
'xdisplaycheck', |