Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(311)

Issue 8863003: Use -wipe-data on emulator launch to improve android bot reliability. (Closed)

Created:
9 years ago by John Grabowski
Modified:
9 years ago
Reviewers:
bulach
CC:
chromium-reviews, Peter Beverloo
Visibility:
Public.

Description

Use -wipe-data on emulator launch to improve android bot reliability. BUG=None TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113492

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -9 lines) Patch
M build/android/emulator.py View 3 chunks +19 lines, -9 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
John Grabowski
Fix another case of 'stuck'
9 years ago (2011-12-07 22:47:04 UTC) #1
bulach
LGTM, one suggestion: http://codereview.chromium.org/8863003/diff/1/build/android/emulator.py File build/android/emulator.py (right): http://codereview.chromium.org/8863003/diff/1/build/android/emulator.py#newcode133 build/android/emulator.py:133: self.popen = subprocess.Popen(args=emulator_command, nit: popen is ...
9 years ago (2011-12-07 22:55:57 UTC) #2
John Grabowski
9 years ago (2011-12-07 22:57:31 UTC) #3
Thx for review

http://codereview.chromium.org/8863003/diff/1/build/android/emulator.py
File build/android/emulator.py (right):

http://codereview.chromium.org/8863003/diff/1/build/android/emulator.py#newco...
build/android/emulator.py:133: self.popen =
subprocess.Popen(args=emulator_command,
On 2011/12/07 22:55:57, bulach wrote:
> nit: popen is too generic.. perhaps rather than self.popen, use
> self.emulator_process?

It returns a popen object.
Class is emulator so I emulator_popen_object is a bit redundant.

Powered by Google App Engine
This is Rietveld 408576698