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

Issue 233203003: Fix get_device_configuration.py/device_utils.py (Closed)

Created:
6 years, 8 months ago by David Trainor- moved to gerrit
Modified:
6 years, 8 months ago
Reviewers:
craigdh, Yaron, jbudorick
CC:
chromium-reviews, klundberg+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org
Visibility:
Public.

Description

Fix get_device_configuration.py/device_utils.py - Fix get_device_configuration.py to use build_device.GetAttachedDevices without the () as it is now a list not a method since () was added at build_device.GetAttachedDevices - Fix device_utils.py to check for unicode as well as str since the config push_libraries was loading had unicode for the device id NOTRY=true BUG=267773 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=263317

Patch Set 1 #

Patch Set 2 : Cleaned up change #

Total comments: 1

Patch Set 3 : Rebased #

Total comments: 2

Patch Set 4 : Use basestring instead of str or unicode #

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

Messages

Total messages: 15 (0 generated)
David Trainor- moved to gerrit
Saw a quick bug with managed build. ptal thanks!
6 years, 8 months ago (2014-04-11 01:18:54 UTC) #1
jbudorick
lgtm https://codereview.chromium.org/233203003/diff/20001/build/android/gyp/util/build_device.py File build/android/gyp/util/build_device.py (right): https://codereview.chromium.org/233203003/diff/20001/build/android/gyp/util/build_device.py#newcode22 build/android/gyp/util/build_device.py:22: GetAttachedDevices = android_commands.GetAttachedDevices yaron has a patch for ...
6 years, 8 months ago (2014-04-11 01:20:50 UTC) #2
Yaron
The CQ bit was checked by yfriedman@chromium.org
6 years, 8 months ago (2014-04-11 01:30:33 UTC) #3
Yaron
The CQ bit was unchecked by yfriedman@chromium.org
6 years, 8 months ago (2014-04-11 01:30:36 UTC) #4
David Trainor- moved to gerrit
The CQ bit was checked by dtrainor@chromium.org
6 years, 8 months ago (2014-04-11 17:35:54 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dtrainor@chromium.org/233203003/40001
6 years, 8 months ago (2014-04-11 17:37:05 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-11 17:37:06 UTC) #7
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
6 years, 8 months ago (2014-04-11 17:37:07 UTC) #8
craigdh
lgtm w/ nit https://codereview.chromium.org/233203003/diff/40001/build/android/pylib/device/device_utils.py File build/android/pylib/device/device_utils.py (right): https://codereview.chromium.org/233203003/diff/40001/build/android/pylib/device/device_utils.py#newcode23 build/android/pylib/device/device_utils.py:23: if isinstance(device, str) or isinstance(device, unicode): ...
6 years, 8 months ago (2014-04-11 17:44:31 UTC) #9
David Trainor- moved to gerrit
https://chromiumcodereview.appspot.com/233203003/diff/40001/build/android/pylib/device/device_utils.py File build/android/pylib/device/device_utils.py (right): https://chromiumcodereview.appspot.com/233203003/diff/40001/build/android/pylib/device/device_utils.py#newcode23 build/android/pylib/device/device_utils.py:23: if isinstance(device, str) or isinstance(device, unicode): On 2014/04/11 17:44:32, ...
6 years, 8 months ago (2014-04-11 18:34:10 UTC) #10
jbudorick
The CQ bit was checked by jbudorick@chromium.org
6 years, 8 months ago (2014-04-11 19:45:03 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dtrainor@chromium.org/233203003/50001
6 years, 8 months ago (2014-04-11 19:46:21 UTC) #12
commit-bot: I haz the power
Change committed as 263317
6 years, 8 months ago (2014-04-11 19:49:56 UTC) #13
David Trainor- moved to gerrit
On 2014/04/11 19:49:56, I haz the power (commit-bot) wrote: > Change committed as 263317 Thanks ...
6 years, 8 months ago (2014-04-11 20:58:27 UTC) #14
jbudorick
6 years, 8 months ago (2014-04-11 21:01:41 UTC) #15
Message was sent while issue was closed.
On 2014/04/11 20:58:27, David Trainor wrote:
> On 2014/04/11 19:49:56, I haz the power (commit-bot) wrote:
> > Change committed as 263317
> 
> Thanks for landing this.  Got distracted on another bug :(.

No worries. Thanks for fixing it!

Powered by Google App Engine
This is Rietveld 408576698