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

Issue 12382006: Check if mantarays are charging, and alert on all Android device errors. (Closed)

Created:
7 years, 9 months ago by Siva Chandra
Modified:
7 years, 9 months ago
CC:
chromium-reviews, klundberg+watch_chromium.org, frankf+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy+watch_chromium.org, cmp
Visibility:
Public.

Description

Check if mantarays are charging, and alert on all Android device errors. BUG=168400 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=189091

Patch Set 1 #

Total comments: 12

Patch Set 2 : Fixed ilevy's comments and returning with error on missing devices #

Patch Set 3 : Flunk on missing devices #

Patch Set 4 : Fix style #

Total comments: 14

Patch Set 5 : Addressing another round of comments #

Patch Set 6 : Address ilevy's comments #

Patch Set 7 : #

Total comments: 14

Patch Set 8 : #

Patch Set 9 : Dont flunk on missing device #

Patch Set 10 : #

Patch Set 11 : Some cleanup #

Patch Set 12 : Made a string a list of lines #

Patch Set 13 : Addressed all of ilevy's comments #

Total comments: 1

Patch Set 14 : Fixed the last nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -49 lines) Patch
M build/android/device_status_check.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 6 chunks +48 lines, -49 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Siva Chandra
7 years, 9 months ago (2013-02-28 03:19:53 UTC) #1
Isaac (away)
https://chromiumcodereview.appspot.com/12382006/diff/1/build/android/device_status_check.py File build/android/device_status_check.py (right): https://chromiumcodereview.appspot.com/12382006/diff/1/build/android/device_status_check.py#newcode46 build/android/device_status_check.py:46: ac_power = re.findall('AC powered: (\w+)', battery)[0] This will throw ...
7 years, 9 months ago (2013-03-05 07:12:22 UTC) #2
Siva Chandra
PTAL. Addressed ilevy@'s comments. Also, flunking build if devices are missing. This was discussed during ...
7 years, 9 months ago (2013-03-13 02:18:32 UTC) #3
Isaac (away)
Looking better but still too verbose. Comments inline. https://chromiumcodereview.appspot.com/12382006/diff/9001/build/android/buildbot/bb_device_steps.py File build/android/buildbot/bb_device_steps.py (right): https://chromiumcodereview.appspot.com/12382006/diff/9001/build/android/buildbot/bb_device_steps.py#newcode242 build/android/buildbot/bb_device_steps.py:242: RunCmd(['build/android/device_status_check.py'], ...
7 years, 9 months ago (2013-03-13 02:54:11 UTC) #4
Siva Chandra
PTAL at patch set 5. https://chromiumcodereview.appspot.com/12382006/diff/9001/build/android/buildbot/bb_device_steps.py File build/android/buildbot/bb_device_steps.py (right): https://chromiumcodereview.appspot.com/12382006/diff/9001/build/android/buildbot/bb_device_steps.py#newcode242 build/android/buildbot/bb_device_steps.py:242: RunCmd(['build/android/device_status_check.py'], flunk_on_failure=True) On 2013/03/13 ...
7 years, 9 months ago (2013-03-13 20:58:15 UTC) #5
Isaac (away)
https://chromiumcodereview.appspot.com/12382006/diff/9001/build/android/device_status_check.py File build/android/device_status_check.py (right): https://chromiumcodereview.appspot.com/12382006/diff/9001/build/android/device_status_check.py#newcode170 build/android/device_status_check.py:170: missing_devices_msg = CheckForMissingDevices(options, devices) On 2013/03/13 20:58:15, Siva Chandra ...
7 years, 9 months ago (2013-03-13 21:13:49 UTC) #6
Siva Chandra
PTAL https://chromiumcodereview.appspot.com/12382006/diff/9001/build/android/device_status_check.py File build/android/device_status_check.py (right): https://chromiumcodereview.appspot.com/12382006/diff/9001/build/android/device_status_check.py#newcode170 build/android/device_status_check.py:170: missing_devices_msg = CheckForMissingDevices(options, devices) On 2013/03/13 21:13:49, Isaac ...
7 years, 9 months ago (2013-03-13 22:22:56 UTC) #7
Isaac (away)
Looks better, thanks. https://chromiumcodereview.appspot.com/12382006/diff/6003/build/android/device_status_check.py File build/android/device_status_check.py (right): https://chromiumcodereview.appspot.com/12382006/diff/6003/build/android/device_status_check.py#newcode60 build/android/device_status_check.py:60: errors = [] we're calling these ...
7 years, 9 months ago (2013-03-13 22:51:21 UTC) #8
Siva Chandra
PTAL at patch set 8. https://chromiumcodereview.appspot.com/12382006/diff/6003/build/android/device_status_check.py File build/android/device_status_check.py (right): https://chromiumcodereview.appspot.com/12382006/diff/6003/build/android/device_status_check.py#newcode60 build/android/device_status_check.py:60: errors = [] On ...
7 years, 9 months ago (2013-03-13 23:13:05 UTC) #9
Siva Chandra
PING
7 years, 9 months ago (2013-03-18 18:30:51 UTC) #10
navabi
https://chromiumcodereview.appspot.com/12382006/diff/6003/build/android/device_status_check.py File build/android/device_status_check.py (right): https://chromiumcodereview.appspot.com/12382006/diff/6003/build/android/device_status_check.py#newcode63 build/android/device_status_check.py:63: if not setup_wizard_disabled: I agree with both. That would ...
7 years, 9 months ago (2013-03-18 20:29:33 UTC) #11
Isaac (away)
https://chromiumcodereview.appspot.com/12382006/diff/6003/build/android/device_status_check.py File build/android/device_status_check.py (right): https://chromiumcodereview.appspot.com/12382006/diff/6003/build/android/device_status_check.py#newcode63 build/android/device_status_check.py:63: if not setup_wizard_disabled: On 2013/03/13 23:13:05, Siva Chandra wrote: ...
7 years, 9 months ago (2013-03-18 20:58:56 UTC) #12
Siva Chandra
PTAL at patch set 13. All comments addressed.
7 years, 9 months ago (2013-03-18 21:27:01 UTC) #13
Isaac (away)
lgtm w/ nit https://chromiumcodereview.appspot.com/12382006/diff/32001/build/android/device_status_check.py File build/android/device_status_check.py (right): https://chromiumcodereview.appspot.com/12382006/diff/32001/build/android/device_status_check.py#newcode178 build/android/device_status_check.py:178: err_msg += ['%s errors:\n' % serial] ...
7 years, 9 months ago (2013-03-18 23:58:18 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sivachandra@chromium.org/12382006/38001
7 years, 9 months ago (2013-03-19 18:13:18 UTC) #15
commit-bot: I haz the power
7 years, 9 months ago (2013-03-19 20:42:58 UTC) #16
Message was sent while issue was closed.
Change committed as 189091

Powered by Google App Engine
This is Rietveld 408576698