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

Issue 11088004: Add KillAllBlocking() to android_commands.py. (Closed)

Created:
8 years, 2 months ago by Philippe
Modified:
8 years, 2 months ago
CC:
chromium-reviews, peter+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy+watch_chromium.org
Visibility:
Public.

Description

Add KillAllBlocking() to android_commands.py. This is needed by forwarder2 which needs to wait until the device_listener tears down. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=161092

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : s/sleep/time.sleep #

Total comments: 2

Patch Set 4 : Reuse KillAll() #

Patch Set 5 : Fixed errors #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -1 line) Patch
M build/android/pylib/android_commands.py View 1 2 3 4 1 chunk +26 lines, -1 line 0 comments Download

Messages

Total messages: 16 (0 generated)
Philippe
8 years, 2 months ago (2012-10-08 13:36:41 UTC) #1
felipeg
lgtm
8 years, 2 months ago (2012-10-08 13:38:20 UTC) #2
Philippe
I'm adding Marcus, Isaac and John since he's also helping me today :) This will ...
8 years, 2 months ago (2012-10-08 13:41:14 UTC) #3
John Knottenbelt
https://chromiumcodereview.appspot.com/11088004/diff/1001/build/android/pylib/android_commands.py File build/android/pylib/android_commands.py (right): https://chromiumcodereview.appspot.com/11088004/diff/1001/build/android/pylib/android_commands.py#newcode499 build/android/pylib/android_commands.py:499: sleep(wait_period) Should this be time.sleep?
8 years, 2 months ago (2012-10-08 13:43:45 UTC) #4
Philippe
https://chromiumcodereview.appspot.com/11088004/diff/1001/build/android/pylib/android_commands.py File build/android/pylib/android_commands.py (right): https://chromiumcodereview.appspot.com/11088004/diff/1001/build/android/pylib/android_commands.py#newcode499 build/android/pylib/android_commands.py:499: sleep(wait_period) On 2012/10/08 13:43:45, John Knottenbelt wrote: > Should ...
8 years, 2 months ago (2012-10-08 13:47:37 UTC) #5
John Knottenbelt
lgtm
8 years, 2 months ago (2012-10-08 13:51:50 UTC) #6
bulach
lgtm, with nit: https://chromiumcodereview.appspot.com/11088004/diff/6001/build/android/pylib/android_commands.py File build/android/pylib/android_commands.py (right): https://chromiumcodereview.appspot.com/11088004/diff/6001/build/android/pylib/android_commands.py#newcode494 build/android/pylib/android_commands.py:494: self.RunShellCommand('kill ' + ' '.join(pids)) how ...
8 years, 2 months ago (2012-10-08 13:57:56 UTC) #7
Philippe
https://chromiumcodereview.appspot.com/11088004/diff/6001/build/android/pylib/android_commands.py File build/android/pylib/android_commands.py (right): https://chromiumcodereview.appspot.com/11088004/diff/6001/build/android/pylib/android_commands.py#newcode494 build/android/pylib/android_commands.py:494: self.RunShellCommand('kill ' + ' '.join(pids)) On 2012/10/08 13:57:56, bulach ...
8 years, 2 months ago (2012-10-08 14:07:52 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pliard@chromium.org/11088004/10001
8 years, 2 months ago (2012-10-08 14:12:33 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pliard@chromium.org/11088004/4
8 years, 2 months ago (2012-10-08 14:53:48 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pliard@chromium.org/11088004/4005
8 years, 2 months ago (2012-10-08 15:42:19 UTC) #11
commit-bot: I haz the power
Retried try job too often for step(s) interactive_ui_tests
8 years, 2 months ago (2012-10-08 16:48:20 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pliard@chromium.org/11088004/4005
8 years, 2 months ago (2012-10-09 08:00:19 UTC) #13
commit-bot: I haz the power
Retried try job too often for step(s) interactive_ui_tests
8 years, 2 months ago (2012-10-09 09:08:47 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pliard@chromium.org/11088004/4005
8 years, 2 months ago (2012-10-10 08:27:21 UTC) #15
commit-bot: I haz the power
8 years, 2 months ago (2012-10-10 12:28:36 UTC) #16
Change committed as 161092

Powered by Google App Engine
This is Rietveld 408576698