DescriptionRestarting adb server before each testing start will cause conflict for multiple emulators
Sometimes there is conflict when several tests restart adb server at the same time.
Originally, restarting adb server is to fix the issue of connection lost with adb server when emulator booting, as this case already handled in AndroidCommand::WaitForSystemBootCompleted(), so it can be removed now.
Also fix a typo.
BUG=
TEST=./build/android/run_tests.py -e -n 5
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148242
Patch Set 1 #
Total comments: 6
Patch Set 2 : rebase and address the issues in comments #
Total comments: 2
Patch Set 3 : fix issues for bulach's comments #
Total comments: 1
Patch Set 4 : delete temp avds when start up #
Messages
Total messages: 14 (0 generated)
|