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

Issue 1744423002: Add an Android sample app for Telemetry tests. (Closed)

Created:
4 years, 9 months ago by mikecase (-- gone --)
Modified:
4 years, 9 months ago
CC:
chromium-reviews, telemetry-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add an Android sample app for Telemetry tests. The purpose of this app is to be launched and push other apps to the background during Android telemetry tests. It is just a super simple Android app. BUG=586148 Committed: https://crrev.com/f5e98301e0ee9a7a7388df01a1dfa366a95840ed Cr-Commit-Position: refs/heads/master@{#380680}

Patch Set 1 #

Patch Set 2 : change 2015 to 2016 in BUILD.gn #

Patch Set 3 : Remove the word Telemetry everywhere. Basically s/HelloTelemetry/HelloWorld #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : Renamed apk and activity. #

Total comments: 1

Patch Set 7 : Moved to tools/android #

Total comments: 6

Patch Set 8 : Added perezju to OWNERS. Fixed nit. #

Patch Set 9 : Updated gn_migration.gypi #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -5 lines) Patch
M BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M build/all.gyp View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M build/gn_migration.gypi View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M tools/android/BUILD.gn View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M tools/android/android_tools.gyp View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
A tools/android/push_apps_to_background/AndroidManifest.xml View 1 2 3 4 5 6 1 chunk +29 lines, -0 lines 0 comments Download
A tools/android/push_apps_to_background/BUILD.gn View 1 2 3 4 5 6 1 chunk +23 lines, -0 lines 0 comments Download
A tools/android/push_apps_to_background/OWNERS View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
A tools/android/push_apps_to_background/push_apps_to_background.gyp View 1 2 3 4 5 6 1 chunk +21 lines, -0 lines 0 comments Download
A + tools/android/push_apps_to_background/res/drawable-mdpi/ic_launcher.png View 1 2 3 4 5 6 Binary file 0 comments Download
A + tools/android/push_apps_to_background/res/layout/activity_push_apps_to_background.xml View 1 2 3 4 5 6 2 chunks +6 lines, -5 lines 0 comments Download
A tools/android/push_apps_to_background/res/values/strings.xml View 1 2 3 4 5 6 1 chunk +15 lines, -0 lines 0 comments Download
A tools/android/push_apps_to_background/src/org/chromium/push_apps_to_background/PushAppsToBackgroundActivity.java View 1 2 3 4 5 6 7 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 39 (10 generated)
mikecase (-- gone --)
Here is a dead simple Android app for pushing apps to the background for telemetry. ...
4 years, 9 months ago (2016-02-29 19:12:12 UTC) #2
mikecase (-- gone --)
4 years, 9 months ago (2016-02-29 19:18:11 UTC) #4
perezju
Nice! Just a couple of high-level comments. On the location where to put the code, ...
4 years, 9 months ago (2016-02-29 19:29:27 UTC) #6
mikecase (-- gone --)
Removed the word telemetry everywhere and just renamed to HelloWorld. If I were to move ...
4 years, 9 months ago (2016-02-29 22:18:24 UTC) #7
nednguyen
On 2016/02/29 22:18:24, mikecase wrote: > Removed the word telemetry everywhere and just renamed to ...
4 years, 9 months ago (2016-03-01 05:33:08 UTC) #8
jbudorick
On 2016/03/01 05:33:08, nednguyen wrote: > On 2016/02/29 22:18:24, mikecase wrote: > > Removed the ...
4 years, 9 months ago (2016-03-01 14:04:30 UTC) #9
mikecase (-- gone --)
On 2016/03/01 at 14:04:30, jbudorick wrote: > On 2016/03/01 05:33:08, nednguyen wrote: > > On ...
4 years, 9 months ago (2016-03-01 16:15:57 UTC) #10
Primiano Tucci (use gerrit)
Question: can we not just repurpose the Webview's Telemetry Shell app? We could add an ...
4 years, 9 months ago (2016-03-01 16:58:41 UTC) #11
perezju
Re: about the home screen, as far as I remember and doing now a bit ...
4 years, 9 months ago (2016-03-01 17:55:33 UTC) #12
Primiano Tucci (use gerrit)
> Re: using WebView shell as the dummy app; what would happen when we want ...
4 years, 9 months ago (2016-03-01 18:21:17 UTC) #13
nednguyen
On 2016/03/01 18:21:17, Primiano (throttled til Mar 4) wrote: > > Re: using WebView shell ...
4 years, 9 months ago (2016-03-02 01:24:09 UTC) #14
mikecase (-- gone --)
renamed to PushAppsToBackgroundActivity.java as Ned suggested.
4 years, 9 months ago (2016-03-07 19:28:13 UTC) #15
nednguyen
On 2016/03/07 19:28:13, mikecase wrote: > renamed to PushAppsToBackgroundActivity.java as Ned suggested. lgtm
4 years, 9 months ago (2016-03-07 19:31:40 UTC) #16
Primiano Tucci (use gerrit)
lgtm https://codereview.chromium.org/1744423002/diff/100001/tools/perf/perf_helper_app/res/values/strings.xml File tools/perf/perf_helper_app/res/values/strings.xml (right): https://codereview.chromium.org/1744423002/diff/100001/tools/perf/perf_helper_app/res/values/strings.xml#newcode12 tools/perf/perf_helper_app/res/values/strings.xml:12: <b>Oh my God</b>." LOL
4 years, 9 months ago (2016-03-08 12:09:24 UTC) #17
perezju
thanks! lgtm too I guess having the code for the app in tools/perf is fine ...
4 years, 9 months ago (2016-03-08 12:19:48 UTC) #18
Primiano Tucci (use gerrit)
On 2016/03/08 12:19:48, perezju wrote: > thanks! lgtm too > > I guess having the ...
4 years, 9 months ago (2016-03-08 13:04:29 UTC) #19
nednguyen
On 2016/03/08 13:04:29, Primiano wrote: > On 2016/03/08 12:19:48, perezju wrote: > > thanks! lgtm ...
4 years, 9 months ago (2016-03-08 16:06:25 UTC) #20
mikecase (-- gone --)
Moved app to tools/android as suggested. Renamed some things from "perf_helper_app" or "perf_helper" to just ...
4 years, 9 months ago (2016-03-09 20:53:45 UTC) #22
Yaron
owners lgtm https://codereview.chromium.org/1744423002/diff/120001/tools/android/push_apps_to_background/OWNERS File tools/android/push_apps_to_background/OWNERS (right): https://codereview.chromium.org/1744423002/diff/120001/tools/android/push_apps_to_background/OWNERS#newcode1 tools/android/push_apps_to_background/OWNERS:1: mikecase@chromium.org you should ideally have multiple owners.. ...
4 years, 9 months ago (2016-03-10 03:16:02 UTC) #23
nednguyen
https://codereview.chromium.org/1744423002/diff/120001/tools/android/push_apps_to_background/OWNERS File tools/android/push_apps_to_background/OWNERS (right): https://codereview.chromium.org/1744423002/diff/120001/tools/android/push_apps_to_background/OWNERS#newcode1 tools/android/push_apps_to_background/OWNERS:1: mikecase@chromium.org On 2016/03/10 03:16:02, Yaron wrote: > you should ...
4 years, 9 months ago (2016-03-10 03:17:01 UTC) #24
perezju
https://codereview.chromium.org/1744423002/diff/120001/tools/android/push_apps_to_background/OWNERS File tools/android/push_apps_to_background/OWNERS (right): https://codereview.chromium.org/1744423002/diff/120001/tools/android/push_apps_to_background/OWNERS#newcode1 tools/android/push_apps_to_background/OWNERS:1: mikecase@chromium.org On 2016/03/10 03:17:01, nednguyen wrote: > On 2016/03/10 ...
4 years, 9 months ago (2016-03-10 10:19:15 UTC) #25
mikecase (-- gone --)
hmmm, looks like I forgot to add an OWNER for src/BUILD.gn as well :/ + ...
4 years, 9 months ago (2016-03-10 17:55:10 UTC) #27
Dirk Pranke
//BUILD.gn, //build lgtm except I'd like you to add the binary name to the appropriate ...
4 years, 9 months ago (2016-03-10 18:13:35 UTC) #28
mikecase (-- gone --)
On 2016/03/10 at 18:13:35, dpranke wrote: > //BUILD.gn, //build lgtm except I'd like you to ...
4 years, 9 months ago (2016-03-10 20:22:00 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1744423002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1744423002/160001
4 years, 9 months ago (2016-03-10 20:22:54 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/179556)
4 years, 9 months ago (2016-03-10 21:09:58 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1744423002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1744423002/160001
4 years, 9 months ago (2016-03-11 17:45:41 UTC) #36
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 9 months ago (2016-03-11 18:38:47 UTC) #37
commit-bot: I haz the power
4 years, 9 months ago (2016-03-11 18:40:38 UTC) #39
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/f5e98301e0ee9a7a7388df01a1dfa366a95840ed
Cr-Commit-Position: refs/heads/master@{#380680}

Powered by Google App Engine
This is Rietveld 408576698