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

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

Created:
5 years, 6 months ago by jbudorick
Modified:
5 years, 5 months ago
Reviewers:
sullivan, dtu, nednguyen
CC:
chromium-reviews, jbudorick+watch_chromium.org, klundberg+watch_chromium.org, 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. (Reland) This is a reland of https://codereview.chromium.org/1141833003, which was originally reverted for breaking telemetry on non-rooted devices. BUG=476709

Patch Set 1 #

Patch Set 2 : fix non-rooted devices #

Unified diffs Side-by-side diffs Delta from patch set Stats (+488 lines, -637 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 2 chunks +2 lines, -1 line 0 comments Download
M tools/telemetry/telemetry/core/android_process.py View 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 8 chunks +18 lines, -20 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py View 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 7 chunks +9 lines, -9 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/android_device.py View 4 chunks +18 lines, -31 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/android_device_unittest.py View 1 chunk +91 lines, -84 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/android_platform_backend.py View 1 14 chunks +93 lines, -23 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/android_platform_backend_unittest.py View 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 4 chunks +11 lines, -16 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/java_heap_profiler.py View 3 chunks +9 lines, -14 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/netlog_profiler.py View 2 chunks +2 lines, -8 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, -21 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/tcmalloc_heap_profiler.py View 1 chunk +9 lines, -17 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/tcpdump_profiler.py View 3 chunks +18 lines, -15 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/v8_profiler.py View 2 chunks +2 lines, -8 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 2 chunks +1 line, -93 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
jbudorick
fwiw, I don't plan to land this until we've stabilized the Android bots, but I'm ...
5 years, 6 months ago (2015-06-08 18:51:15 UTC) #2
nednguyen
5 years, 6 months ago (2015-06-08 18:53:18 UTC) #4
nednguyen
On 2015/06/08 18:53:18, nednguyen wrote: Should we break this giant patch to smaller ones to ...
5 years, 6 months ago (2015-06-08 21:03:03 UTC) #5
jbudorick
On 2015/06/08 at 21:03:03, nednguyen wrote: > On 2015/06/08 18:53:18, nednguyen wrote: > > Should ...
5 years, 6 months ago (2015-06-08 21:55:50 UTC) #6
nednguyen
On 2015/06/08 21:55:50, jbudorick wrote: > On 2015/06/08 at 21:03:03, nednguyen wrote: > > On ...
5 years, 6 months ago (2015-06-08 21:59:53 UTC) #7
jbudorick
On 2015/06/08 at 21:59:53, nednguyen wrote: > On 2015/06/08 21:55:50, jbudorick wrote: > > On ...
5 years, 6 months ago (2015-06-08 22:08:26 UTC) #8
nednguyen
lgtm
5 years, 5 months ago (2015-07-10 14:58:23 UTC) #9
alexclarke
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/1233643004/ by alexclarke@google.com. ...
5 years, 5 months ago (2015-07-13 10:33:43 UTC) #10
chromium-reviews
5 years, 5 months ago (2015-07-13 11:33:48 UTC) #11

Powered by Google App Engine
This is Rietveld 408576698