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

Issue 510943002: [Telemetry] Implement CanLaunchApplication and InstallApplication for Android. (Closed)

Created:
6 years, 3 months ago by tonyg
Modified:
6 years, 3 months ago
Reviewers:
nednguyen, dtu
CC:
chromium-reviews, telemetry+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@platform
Project:
chromium
Visibility:
Public.

Description

[Telemetry] Implement CanLaunchApplication and InstallApplication for Android. This is in preparation for implementing the Trepn profiler. BUG= Committed: https://crrev.com/d52c4a886bbb02a6be4d6009eedacdaf1f84043a Cr-Commit-Position: refs/heads/master@{#292543}

Patch Set 1 #

Total comments: 14

Patch Set 2 : Address comments #

Total comments: 2

Patch Set 3 : Fix unittest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -53 lines) Patch
M tools/telemetry/telemetry/core/backends/adb_commands.py View 1 chunk +0 lines, -16 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py View 5 chunks +21 lines, -24 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/chrome/android_browser_finder_unittest.py View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M tools/telemetry/telemetry/core/browser_options.py View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/android_platform_backend.py View 1 2 chunks +20 lines, -4 lines 0 comments Download
M tools/telemetry/telemetry/core/platform/profiler/oomkiller_profiler.py View 1 1 chunk +3 lines, -1 line 0 comments Download
M tools/telemetry/telemetry/unittest/system_stub.py View 1 2 2 chunks +32 lines, -7 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
tonyg
tonyg@chromium.org changed reviewers: + dtu@chromium.org
6 years, 3 months ago (2014-08-27 19:29:54 UTC) #1
tonyg
6 years, 3 months ago (2014-08-27 19:29:59 UTC) #2
tonyg
tonyg@chromium.org changed reviewers: + nednguyen@google.com
6 years, 3 months ago (2014-08-27 21:52:04 UTC) #3
tonyg
6 years, 3 months ago (2014-08-27 21:52:08 UTC) #4
nednguyen
https://codereview.chromium.org/510943002/diff/1/tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py File tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py (right): https://codereview.chromium.org/510943002/diff/1/tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py#newcode261 tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py:261: backend_settings(adb, package), With this change, can we remove adb ...
6 years, 3 months ago (2014-08-28 01:43:03 UTC) #5
tonyg
https://codereview.chromium.org/510943002/diff/1/tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py File tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py (right): https://codereview.chromium.org/510943002/diff/1/tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py#newcode261 tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py:261: backend_settings(adb, package), On 2014/08/28 01:43:02, nednguyen wrote: > With ...
6 years, 3 months ago (2014-08-28 18:59:14 UTC) #6
nednguyen
We can defer the adb refactoring to subsequent patch. https://codereview.chromium.org/510943002/diff/20001/tools/telemetry/telemetry/core/platform/android_platform_backend.py File tools/telemetry/telemetry/core/platform/android_platform_backend.py (right): https://codereview.chromium.org/510943002/diff/20001/tools/telemetry/telemetry/core/platform/android_platform_backend.py#newcode284 tools/telemetry/telemetry/core/platform/android_platform_backend.py:284: ...
6 years, 3 months ago (2014-08-28 19:38:45 UTC) #7
tonyg
https://codereview.chromium.org/510943002/diff/20001/tools/telemetry/telemetry/core/platform/android_platform_backend.py File tools/telemetry/telemetry/core/platform/android_platform_backend.py (right): https://codereview.chromium.org/510943002/diff/20001/tools/telemetry/telemetry/core/platform/android_platform_backend.py#newcode284 tools/telemetry/telemetry/core/platform/android_platform_backend.py:284: def ParseCStateSample(sample): On 2014/08/28 19:38:45, nednguyen wrote: > Why ...
6 years, 3 months ago (2014-08-28 21:14:34 UTC) #8
nednguyen
On 2014/08/28 21:14:34, tonyg wrote: > https://codereview.chromium.org/510943002/diff/20001/tools/telemetry/telemetry/core/platform/android_platform_backend.py > File tools/telemetry/telemetry/core/platform/android_platform_backend.py > (right): > > https://codereview.chromium.org/510943002/diff/20001/tools/telemetry/telemetry/core/platform/android_platform_backend.py#newcode284 ...
6 years, 3 months ago (2014-08-28 21:25:39 UTC) #9
nednguyen
On 2014/08/28 21:14:34, tonyg wrote: > https://codereview.chromium.org/510943002/diff/20001/tools/telemetry/telemetry/core/platform/android_platform_backend.py > File tools/telemetry/telemetry/core/platform/android_platform_backend.py > (right): > > https://codereview.chromium.org/510943002/diff/20001/tools/telemetry/telemetry/core/platform/android_platform_backend.py#newcode284 ...
6 years, 3 months ago (2014-08-28 21:25:40 UTC) #10
nednguyen
The CQ bit was checked by nednguyen@google.com
6 years, 3 months ago (2014-08-28 21:55:20 UTC) #11
nednguyen
The CQ bit was unchecked by nednguyen@google.com
6 years, 3 months ago (2014-08-28 21:55:31 UTC) #12
tonyg
The CQ bit was checked by tonyg@chromium.org
6 years, 3 months ago (2014-08-28 22:35:38 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tonyg@chromium.org/510943002/40001
6 years, 3 months ago (2014-08-28 22:37:00 UTC) #14
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel_swarming on tryserver.chromium.win ...
6 years, 3 months ago (2014-08-29 00:17:28 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001) as 70c332f2911d6b4acc52e9edc0cd887755e09439
6 years, 3 months ago (2014-08-29 01:47:24 UTC) #16
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 03:05:05 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/d52c4a886bbb02a6be4d6009eedacdaf1f84043a
Cr-Commit-Position: refs/heads/master@{#292543}

Powered by Google App Engine
This is Rietveld 408576698