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

Issue 1141833003: [Android] Remove adb_commands from telemetry. (Closed)

Created:
5 years, 7 months ago by jbudorick
Modified:
5 years, 6 months ago
CC:
chromium-reviews, jbudorick+watch_chromium.org, klundberg+watch_chromium.org, perezju, 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 adb_commands from telemetry. ...because it's an abomination. BUG=476709 Committed: https://crrev.com/c951c9e158d55d2be18f8226200679aee55f336d Cr-Commit-Position: refs/heads/master@{#332538}

Patch Set 1 #

Patch Set 2 : pre-publish cleanup #

Patch Set 3 : more cleaning #

Total comments: 2

Patch Set 4 : #

Patch Set 5 : fix AndroidPlatformBackendPsutilTest on linux #

Patch Set 6 : rebase #

Patch Set 7 : fix windows #

Patch Set 8 : windows fix #

Patch Set 9 : #

Patch Set 10 : more windows fixes? #

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : (last?) rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+483 lines, -596 lines) Patch
M build/android/pylib/device/device_utils.py View 1 chunk +0 lines, -16 lines 0 comments Download
M build/android/pylib/screenshot.py View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -1 line 0 comments Download
M tools/telemetry/telemetry/core/android_process.py View 1 2 3 4 5 6 2 chunks +9 lines, -2 lines 0 comments Download
D tools/telemetry/telemetry/core/backends/adb_commands.py View 1 chunk +0 lines, -142 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/android_app_backend.py View 2 chunks +4 lines, -4 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/android_command_line_backend.py View 3 chunks +10 lines, -10 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/android_command_line_backend_unittest.py View 3 chunks +22 lines, -11 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/chrome/android_browser_backend.py View 1 2 3 4 5 6 8 chunks +18 lines, -20 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py View 1 2 3 4 5 6 7 3 chunks +4 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/chrome/android_browser_finder_unittest.py View 3 chunks +27 lines, -21 lines 0 comments Download
M tools/telemetry/telemetry/core/forwarders/android_forwarder.py View 9 chunks +31 lines, -31 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/android_action_runner.py View 1 2 3 4 5 7 chunks +9 lines, -9 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/android_device.py View 1 2 3 4 5 6 7 8 4 chunks +18 lines, -31 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/android_device_unittest.py View 1 2 3 4 5 6 7 8 9 1 chunk +91 lines, -84 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/android_platform_backend.py View 1 2 3 4 5 6 7 14 chunks +90 lines, -23 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/android_platform_backend_unittest.py View 1 2 3 4 5 6 7 8 9 10 6 chunks +67 lines, -25 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/android_prebuilt_profiler_helper.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/android_screen_recorder_profiler.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/android_traceview_profiler.py View 3 chunks +10 lines, -10 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/java_heap_profiler.py View 1 2 2 chunks +8 lines, -8 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/netlog_profiler.py View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/oomkiller_profiler.py View 3 chunks +4 lines, -4 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/perf_profiler.py View 4 chunks +18 lines, -17 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/tcmalloc_heap_profiler.py View 1 chunk +8 lines, -8 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/tcpdump_profiler.py View 3 chunks +19 lines, -11 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/v8_profiler.py View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/vtune_profiler.py View 2 chunks +7 lines, -7 lines 0 comments Download
M tools/telemetry/telemetry/unittest_util/system_stub.py View 1 2 3 4 2 chunks +1 line, -93 lines 0 comments Download

Messages

Total messages: 30 (9 generated)
jbudorick
Note that this doesn't attempt to update usages of DeviceUtils (e.g. by adding check_return=True to ...
5 years, 7 months ago (2015-05-15 01:43:57 UTC) #2
sullivan
lgtm Thanks for all the clean up! We will want to be a little careful ...
5 years, 7 months ago (2015-05-15 02:09:01 UTC) #3
jbudorick
On 2015/05/15 02:09:01, sullivan wrote: > lgtm > > Thanks for all the clean up! ...
5 years, 7 months ago (2015-05-15 02:10:49 UTC) #4
jbudorick
+primiano for perf sheriff approval This could cause some turbulence on the Android bots -- ...
5 years, 7 months ago (2015-05-19 15:33:33 UTC) #6
Primiano Tucci (use gerrit)
LGTM for the cleanup. As regards sheriffing, the situation is the following: everything is badly ...
5 years, 7 months ago (2015-05-19 16:39:30 UTC) #7
jbudorick
On 2015/05/19 16:39:30, Primiano Tucci wrote: > LGTM for the cleanup. > As regards sheriffing, ...
5 years, 7 months ago (2015-05-19 16:41:34 UTC) #8
jbudorick
On 2015/05/19 16:41:34, jbudorick wrote: > On 2015/05/19 16:39:30, Primiano Tucci wrote: > > LGTM ...
5 years, 7 months ago (2015-05-19 16:42:15 UTC) #9
Primiano Tucci (use gerrit)
SGTM if you keep an eye on the perf waterfall. Many thanks!
5 years, 7 months ago (2015-05-19 16:44:27 UTC) #10
jbudorick
On 2015/05/19 16:44:27, Primiano Tucci wrote: > SGTM if you keep an eye on the ...
5 years, 7 months ago (2015-05-20 04:20:10 UTC) #11
nednguyen
5 years, 7 months ago (2015-05-22 21:43:31 UTC) #13
jbudorick
+picksi as current perf sheriff Telemetry folks, is it ok if I try to land ...
5 years, 6 months ago (2015-06-02 21:10:08 UTC) #15
sullivan
lgtm +Zhen, tomorrow's perf sheriff. This is okay to land, but Zhen, if you see ...
5 years, 6 months ago (2015-06-02 21:18:06 UTC) #17
jbudorick
On 2015/06/02 at 21:18:06, sullivan wrote: > lgtm > > +Zhen, tomorrow's perf sheriff. This ...
5 years, 6 months ago (2015-06-02 21:23:03 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1141833003/240001
5 years, 6 months ago (2015-06-02 21:32:10 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/72337)
5 years, 6 months ago (2015-06-03 00:46:52 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1141833003/240001
5 years, 6 months ago (2015-06-03 00:50:54 UTC) #25
commit-bot: I haz the power
Committed patchset #13 (id:240001)
5 years, 6 months ago (2015-06-03 03:22:42 UTC) #26
commit-bot: I haz the power
Patchset 13 (id:??) landed as https://crrev.com/c951c9e158d55d2be18f8226200679aee55f336d Cr-Commit-Position: refs/heads/master@{#332538}
5 years, 6 months ago (2015-06-03 03:23:53 UTC) #27
alancutter (OOO until 2018)
A revert of this CL (patchset #13 id:240001) has been created in https://codereview.chromium.org/1145153005/ by alancutter@chromium.org. ...
5 years, 6 months ago (2015-06-03 05:38:44 UTC) #28
jbudorick
On 2015/06/03 05:38:44, alancutter wrote: > A revert of this CL (patchset #13 id:240001) has ...
5 years, 6 months ago (2015-06-03 06:14:02 UTC) #29
alancutter (OOO until 2018)
5 years, 6 months ago (2015-06-03 07:18:46 UTC) #30
Message was sent while issue was closed.
On 2015/06/03 at 06:14:02, jbudorick wrote:
> 
> Did you observe this on a bot, or just locally?

Observed locally on Linux Ubuntu with either Nexus 4 or Nexus 10 connected.

Powered by Google App Engine
This is Rietveld 408576698