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

Issue 234533003: Fix screenshot.py (Closed)

Created:
6 years, 8 months ago by cjhopman
Modified:
6 years, 8 months ago
Reviewers:
jbudorick
CC:
chromium-reviews, klundberg+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org
Visibility:
Public.

Description

Fix screenshot.py build/android/screenshot.py was creating a DeviceUtils. Then grabbing it's old_interface (i.e. an AndroidCommands) and calling screenshot on that. That then called TakeScreenshot from build/android/pylib/screenshot.py passing itself. But build/android/pylib/screenshot.py expects a DeviceUtils, not an AndroidCommands. So wrap the AndroidCommands back into a DeviceUtils first. build/android/screenshot.py could probably just call into build/android/pylib/screenshot.py directly. TBR=jbudorick NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=263157

Patch Set 1 #

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

Messages

Total messages: 6 (0 generated)
cjhopman
The CQ bit was checked by cjhopman@chromium.org
6 years, 8 months ago (2014-04-11 02:14:50 UTC) #1
cjhopman
The CQ bit was unchecked by cjhopman@chromium.org
6 years, 8 months ago (2014-04-11 02:14:53 UTC) #2
cjhopman
The CQ bit was checked by cjhopman@chromium.org
6 years, 8 months ago (2014-04-11 02:15:03 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/cjhopman@chromium.org/234533003/1
6 years, 8 months ago (2014-04-11 02:16:02 UTC) #4
jbudorick
lgtm
6 years, 8 months ago (2014-04-11 02:22:39 UTC) #5
commit-bot: I haz the power
6 years, 8 months ago (2014-04-11 03:00:44 UTC) #6
Message was sent while issue was closed.
Change committed as 263157

Powered by Google App Engine
This is Rietveld 408576698