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

Issue 1132993004: [Android] Remove more references to and uses of AndroidCommands. (Closed)

Created:
5 years, 7 months ago by jbudorick
Modified:
5 years, 7 months ago
CC:
chromium-reviews, jbudorick+watch_chromium.org, klundberg+watch_chromium.org, samuong+watch_chromium.org, stgao, telemetry-reviews_chromium.org, yfriedman+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] Remove more references to and uses of AndroidCommands. This includes removing most direct references and uses from telemetry. BUG=267773, 476709 Committed: https://crrev.com/ac496302b1d0ada0bbe8ef7beecfdff67d480c6b Cr-Commit-Position: refs/heads/master@{#329963}

Patch Set 1 #

Total comments: 12

Patch Set 2 : skyostil comments #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : more skyostil comments #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -118 lines) Patch
M build/android/adb_install_apk.py View 1 2 chunks +6 lines, -8 lines 0 comments Download
M build/android/adb_reverse_forwarder.py View 1 2 chunks +8 lines, -8 lines 0 comments Download
M build/android/buildbot/bb_device_steps.py View 1 2 3 chunks +3 lines, -4 lines 0 comments Download
M build/android/provision_devices.py View 1 1 chunk +5 lines, -4 lines 0 comments Download
M build/android/pylib/android_commands.py View 1 chunk +4 lines, -0 lines 0 comments Download
M build/android/screenshot.py View 1 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/test/chromedriver/test/run_py_tests.py View 1 2 3 4 3 chunks +3 lines, -5 lines 0 comments Download
M chrome/test/chromedriver/test/test_environment.py View 2 chunks +2 lines, -3 lines 0 comments Download
M tools/android/mempressure.py View 2 chunks +3 lines, -4 lines 0 comments Download
M tools/cygprofile/profile_android_startup.py View 2 chunks +2 lines, -3 lines 0 comments Download
M tools/profile_chrome/controllers_unittest.py View 1 1 chunk +3 lines, -4 lines 0 comments Download
M tools/profile_chrome/main.py View 1 2 chunks +5 lines, -6 lines 0 comments Download
M tools/profile_chrome/perf_controller.py View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M tools/profile_chrome_startup.py View 2 chunks +2 lines, -3 lines 0 comments Download
M tools/telemetry/telemetry/core/forwarders/android_forwarder.py View 5 chunks +8 lines, -8 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/android_platform_backend.py View 1 2 3 7 chunks +30 lines, -15 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/android_platform_backend_unittest.py View 1 chunk +1 line, -2 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/power_monitor/android_ds2784_power_monitor.py View 1 3 chunks +7 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/power_monitor/android_temperature_monitor_unittest.py View 1 chunk +0 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/android_profiling_helper.py View 3 chunks +7 lines, -9 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/android_traceview_profiler.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/java_heap_profiler.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/netlog_profiler.py View 1 chunk +1 line, -2 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/perf_profiler.py View 1 chunk +1 line, -2 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/tcmalloc_heap_profiler.py View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/tcpdump_profiler.py View 1 chunk +1 line, -2 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/v8_profiler.py View 1 chunk +1 line, -2 lines 0 comments Download
M tools/telemetry/telemetry/unittest_util/system_stub.py View 1 2 1 chunk +8 lines, -10 lines 0 comments Download

Messages

Total messages: 20 (5 generated)
jbudorick
I'm going to exorcise adb_commands in a separate CL.
5 years, 7 months ago (2015-05-12 17:25:14 UTC) #2
sullivan
lgtm Thanks so much for doing this! Should probably give the perf sheriff a heads ...
5 years, 7 months ago (2015-05-12 18:12:30 UTC) #3
jbudorick
On 2015/05/12 18:12:30, sullivan wrote: > lgtm > > Thanks so much for doing this! ...
5 years, 7 months ago (2015-05-12 18:13:25 UTC) #4
Sami
Great to see this going away :) https://codereview.chromium.org/1132993004/diff/1/tools/profile_chrome/controllers_unittest.py File tools/profile_chrome/controllers_unittest.py (right): https://codereview.chromium.org/1132993004/diff/1/tools/profile_chrome/controllers_unittest.py#newcode18 tools/profile_chrome/controllers_unittest.py:18: self.device = ...
5 years, 7 months ago (2015-05-12 18:37:10 UTC) #6
nednguyen
On 2015/05/12 18:37:10, Sami wrote: > Great to see this going away :) > > ...
5 years, 7 months ago (2015-05-12 19:52:21 UTC) #7
jbudorick
On 2015/05/12 19:52:21, nednguyen (slow review) wrote: > On 2015/05/12 18:37:10, Sami wrote: > > ...
5 years, 7 months ago (2015-05-12 20:30:44 UTC) #8
jbudorick
https://codereview.chromium.org/1132993004/diff/1/tools/profile_chrome/controllers_unittest.py File tools/profile_chrome/controllers_unittest.py (right): https://codereview.chromium.org/1132993004/diff/1/tools/profile_chrome/controllers_unittest.py#newcode18 tools/profile_chrome/controllers_unittest.py:18: self.device = device_utils.DeviceUtils(devices[0]) On 2015/05/12 18:37:09, Sami wrote: > ...
5 years, 7 months ago (2015-05-13 03:21:22 UTC) #9
Sami
https://codereview.chromium.org/1132993004/diff/1/tools/profile_chrome/perf_controller.py File tools/profile_chrome/perf_controller.py (right): https://codereview.chromium.org/1132993004/diff/1/tools/profile_chrome/perf_controller.py#newcode53 tools/profile_chrome/perf_controller.py:53: self._device.RunShellCommand( On 2015/05/13 at 03:21:22, jbudorick wrote: > On ...
5 years, 7 months ago (2015-05-13 12:58:51 UTC) #10
jbudorick
https://codereview.chromium.org/1132993004/diff/1/tools/profile_chrome/perf_controller.py File tools/profile_chrome/perf_controller.py (right): https://codereview.chromium.org/1132993004/diff/1/tools/profile_chrome/perf_controller.py#newcode53 tools/profile_chrome/perf_controller.py:53: self._device.RunShellCommand( On 2015/05/13 12:58:50, Sami wrote: > On 2015/05/13 ...
5 years, 7 months ago (2015-05-13 21:49:29 UTC) #11
Sami
Thanks! lgtm. https://codereview.chromium.org/1132993004/diff/60001/chrome/test/chromedriver/test/run_py_tests.py File chrome/test/chromedriver/test/run_py_tests.py (right): https://codereview.chromium.org/1132993004/diff/60001/chrome/test/chromedriver/test/run_py_tests.py#newcode1071 chrome/test/chromedriver/test/run_py_tests.py:1071: for x in device_utils.DeviceUtils.HealthyDevices()] nit: _ instead ...
5 years, 7 months ago (2015-05-14 10:38:52 UTC) #12
jbudorick
+Sam for chrome/test/chromedriver owners https://codereview.chromium.org/1132993004/diff/60001/chrome/test/chromedriver/test/run_py_tests.py File chrome/test/chromedriver/test/run_py_tests.py (right): https://codereview.chromium.org/1132993004/diff/60001/chrome/test/chromedriver/test/run_py_tests.py#newcode1071 chrome/test/chromedriver/test/run_py_tests.py:1071: for x in device_utils.DeviceUtils.HealthyDevices()] On ...
5 years, 7 months ago (2015-05-14 20:17:11 UTC) #14
samuong
lgtm for chromedriver
5 years, 7 months ago (2015-05-14 20:18:48 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1132993004/80001
5 years, 7 months ago (2015-05-14 21:59:55 UTC) #18
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 7 months ago (2015-05-14 22:52:35 UTC) #19
commit-bot: I haz the power
5 years, 7 months ago (2015-05-14 22:53:29 UTC) #20
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/ac496302b1d0ada0bbe8ef7beecfdff67d480c6b
Cr-Commit-Position: refs/heads/master@{#329963}

Powered by Google App Engine
This is Rietveld 408576698