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

Issue 1522313002: [Android] Move screenshot and video_recorder into devil. (Closed)

Created:
5 years ago by jbudorick
Modified:
4 years, 11 months ago
CC:
chromium-reviews, klundberg+watch_chromium.org, mikecase+watch_chromium.org, yfriedman+watch_chromium.org, jbudorick+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Android] Move screenshot and video_recorder into devil. BUG=476719 Committed: https://crrev.com/688462bf65fa163b4b06104f217daf9f00cf8a6a Cr-Commit-Position: refs/heads/master@{#365837}

Patch Set 1 #

Total comments: 11

Patch Set 2 : rnephew comments 1 #

Patch Set 3 : rnephew comments 2 #

Total comments: 2

Patch Set 4 : pull over telemetry fixes #

Patch Set 5 : remove use of no-longer-existent VideoRecorder.IsStarted #

Patch Set 6 : fix video_recorder timing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+347 lines, -197 lines) Patch
M build/android/devil/PRESUBMIT.py View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M build/android/devil/android/device_utils.py View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
A build/android/devil/android/tools/__init__.py View 1 1 chunk +3 lines, -0 lines 0 comments Download
M build/android/devil/android/tools/flash_device.py View 1 chunk +4 lines, -0 lines 0 comments Download
A build/android/devil/android/tools/screenshot.py View 1 2 1 chunk +57 lines, -0 lines 0 comments Download
A build/android/devil/android/tools/script_common.py View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
A build/android/devil/android/tools/script_common_test.py View 1 2 1 chunk +58 lines, -0 lines 0 comments Download
A build/android/devil/android/tools/video_recorder.py View 1 2 3 4 5 1 chunk +173 lines, -0 lines 0 comments Download
D build/android/pylib/screenshot.py View 1 chunk +0 lines, -91 lines 0 comments Download
M build/android/screenshot.py View 1 chunk +3 lines, -97 lines 0 comments Download
A build/android/video_recorder.py View 1 1 chunk +11 lines, -0 lines 0 comments Download
M tools/telemetry/telemetry/internal/platform/android_platform_backend.py View 1 2 3 4 2 chunks +3 lines, -4 lines 0 comments Download
M tools/telemetry/telemetry/internal/platform/profiler/android_screen_recorder_profiler.py View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 37 (16 generated)
jbudorick
I rewrote large swaths of this code, so please review as such.
5 years ago (2015-12-15 02:13:19 UTC) #2
rnephew (Wrong account)
https://codereview.chromium.org/1522313002/diff/1/build/android/devil/android/tools/flash_device.py File build/android/devil/android/tools/flash_device.py (right): https://codereview.chromium.org/1522313002/diff/1/build/android/devil/android/tools/flash_device.py#newcode11 build/android/devil/android/tools/flash_device.py:11: if __name__ == '__main__': I thought this was suppose ...
5 years ago (2015-12-15 14:48:29 UTC) #4
jbudorick
https://codereview.chromium.org/1522313002/diff/1/build/android/devil/android/tools/flash_device.py File build/android/devil/android/tools/flash_device.py (right): https://codereview.chromium.org/1522313002/diff/1/build/android/devil/android/tools/flash_device.py#newcode11 build/android/devil/android/tools/flash_device.py:11: if __name__ == '__main__': On 2015/12/15 14:48:28, rnephew wrote: ...
5 years ago (2015-12-15 15:13:42 UTC) #5
rnephew (Reviews Here)
https://codereview.chromium.org/1522313002/diff/1/build/android/devil/android/tools/screenshot.py File build/android/devil/android/tools/screenshot.py (right): https://codereview.chromium.org/1522313002/diff/1/build/android/devil/android/tools/screenshot.py#newcode24 build/android/devil/android/tools/screenshot.py:24: parser.add_argument('-d', '--device', metavar='ANDROID_DEVICE', On 2015/12/15 15:13:41, jbudorick wrote: > ...
5 years ago (2015-12-15 15:36:26 UTC) #6
jbudorick
On 2015/12/15 15:36:26, rnephew1 wrote: > https://codereview.chromium.org/1522313002/diff/1/build/android/devil/android/tools/screenshot.py > File build/android/devil/android/tools/screenshot.py (right): > > https://codereview.chromium.org/1522313002/diff/1/build/android/devil/android/tools/screenshot.py#newcode24 > ...
5 years ago (2015-12-15 23:30:49 UTC) #7
rnephew (Reviews Here)
lgtm. https://codereview.chromium.org/1522313002/diff/40001/build/android/devil/android/tools/script_common.py File build/android/devil/android/tools/script_common.py (right): https://codereview.chromium.org/1522313002/diff/40001/build/android/devil/android/tools/script_common.py#newcode10 build/android/devil/android/tools/script_common.py:10: def GetDevices(requested_devices, blacklist_file): I like this, I'll have ...
5 years ago (2015-12-15 23:55:10 UTC) #8
jbudorick
https://codereview.chromium.org/1522313002/diff/40001/build/android/devil/android/tools/script_common.py File build/android/devil/android/tools/script_common.py (right): https://codereview.chromium.org/1522313002/diff/40001/build/android/devil/android/tools/script_common.py#newcode10 build/android/devil/android/tools/script_common.py:10: def GetDevices(requested_devices, blacklist_file): On 2015/12/15 23:55:10, rnephew1 wrote: > ...
5 years ago (2015-12-15 23:57:20 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1522313002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1522313002/40001
5 years ago (2015-12-15 23:59:37 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/156798)
5 years ago (2015-12-16 03:50:05 UTC) #13
jbudorick
+aiolos, nednguyen: had to pull the screenshot telemetry changes over from https://codereview.chromium.org/1526743004/
5 years ago (2015-12-16 15:02:28 UTC) #15
nednguyen
lgtm
5 years ago (2015-12-16 15:50:42 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1522313002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1522313002/60001
5 years ago (2015-12-16 15:53:19 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/50)
5 years ago (2015-12-16 18:27:31 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1522313002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1522313002/80001
5 years ago (2015-12-16 18:38:13 UTC) #24
aiolos (Not reviewing)
lgtm
5 years ago (2015-12-16 21:07:04 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/132)
5 years ago (2015-12-16 21:15:52 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1522313002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1522313002/100001
5 years ago (2015-12-17 04:30:31 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/137730)
5 years ago (2015-12-17 05:05:00 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1522313002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1522313002/100001
5 years ago (2015-12-17 15:33:14 UTC) #34
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years ago (2015-12-17 16:45:55 UTC) #35
commit-bot: I haz the power
5 years ago (2015-12-17 16:46:53 UTC) #37
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/688462bf65fa163b4b06104f217daf9f00cf8a6a
Cr-Commit-Position: refs/heads/master@{#365837}

Powered by Google App Engine
This is Rietveld 408576698