| Index: tools/mb/mb.py
|
| diff --git a/tools/mb/mb.py b/tools/mb/mb.py
|
| index 9b90cb0b33721aab661a2f5c3d9bf2d6610dbd3d..2c16266c641b09fcb0b12c41863af082a377914f 100755
|
| --- a/tools/mb/mb.py
|
| +++ b/tools/mb/mb.py
|
| @@ -990,7 +990,8 @@ class MetaBuildWrapper(object):
|
| if android and test_type != "script":
|
| cmdline = [
|
| self.PathJoin('bin', 'run_%s' % target_name),
|
| - '--logcat-output-dir', '${ISOLATED_OUTDIR}/logcats'
|
| + '--logcat-output-dir', '${ISOLATED_OUTDIR}/logcats',
|
| + '-v',
|
| ]
|
| elif use_x11 and test_type == 'windowed_test_launcher':
|
| extra_files = [
|
|
|