[Android]: Only kill 'adb' during device status check, not all commands with adb...
commit291fa74292e7c04053d50b2d322c84b0b0e136c3
authorrmcilroy@chromium.org <rmcilroy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sat, 2 Nov 2013 13:48:56 +0000 (2 13:48 +0000)
committerrmcilroy@chromium.org <rmcilroy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sat, 2 Nov 2013 13:48:56 +0000 (2 13:48 +0000)
treee3b5efc27ccdb01719e36a35f7ffc8e4aaf6835a
parentc8ee6f7fc9123bc09f334a970a16644b0f76bcd9
[Android]: Only kill 'adb' during device status check, not all commands with adb in command line.

This was causing the perf tests to fail since the bb_device_steps_internal.py
had '--adb-root' as an argument and so was being accidentially killed during
the device status check.

BUG=312285

Review URL: https://codereview.chromium.org/56063002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232610 0039d316-1c4b-4281-b951-d872f2087c98
build/android/buildbot/bb_device_status_check.py