Chromium Code Reviews| 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 64f9e09218144fbd8647ede7574d920fb09b7498..92e469eef3263dca12d20e1c74f124ca5c087b90 100755 |
| --- a/build/android/buildbot/bb_device_steps.py |
| +++ b/build/android/buildbot/bb_device_steps.py |
| @@ -285,7 +285,7 @@ def EscapeBuilderName(builder_name): |
| def SpawnLogcatMonitor(): |
| shutil.rmtree(LOGCAT_DIR, ignore_errors=True) |
| - bb_utils.SpawnCmd([ |
|
navabi
2013/09/24 23:36:16
Why can't we spawn this command via SpawnCmd from
Siva Chandra
2013/09/24 23:47:05
Updated the CL description.
|
| + bb_utils.RunCmd([ |
| os.path.join(CHROME_SRC_DIR, 'build', 'android', 'adb_logcat_monitor.py'), |
| LOGCAT_DIR]) |