| Index: build/android/buildbot/bb_device_steps.py
|
| diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py
|
| index 04d49c2b12f482bfb9106b566a5027e98ff2c56e..c77782ceab5e65b625e868531d969e5a2b99727a 100755
|
| --- a/build/android/buildbot/bb_device_steps.py
|
| +++ b/build/android/buildbot/bb_device_steps.py
|
| @@ -188,8 +188,8 @@ def RunInstrumentationSuite(options, test):
|
| buildbot_report.PrintNamedStep('%s_instrumentation_tests' % test.name.lower())
|
|
|
| InstallApk(options, test)
|
| - args = ['--test-apk', test.test_apk, '--test_data', test.test_data, '-vvv',
|
| - '-I']
|
| + args = ['--test-apk', test.test_apk, '--test_data', test.test_data,
|
| + '--verbose', '-I']
|
| if options.target == 'Release':
|
| args.append('--release')
|
| if options.asan:
|
|
|