DescriptionFixed extraction of emulated devices name
The adb_logcat_* scripts are extract attached devices names with
pattern 'w+', but it only works for real devices. Emulated devices
have names in form of 'emulator-5554' and '-' sign is not matched
by 'w+' parrent. This causes to logcat output to be missed while
tests are running
R=frankf@chromium.org, craigdh@chromium.org
TEST=Run tests with only emulators attached, ensure that resulting
log contains logcal output
Committed: https://crrev.com/044549b9d574c6fb633287a8ddb5f2df12be2b24
Cr-Commit-Position: refs/heads/master@{#300242}
Patch Set 1 #
Messages
Total messages: 8 (2 generated)
|