| 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 92e469eef3263dca12d20e1c74f124ca5c087b90..64f9e09218144fbd8647ede7574d920fb09b7498 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.RunCmd([
|
| + bb_utils.SpawnCmd([
|
| os.path.join(CHROME_SRC_DIR, 'build', 'android', 'adb_logcat_monitor.py'),
|
| LOGCAT_DIR])
|
|
|
|
|