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

Issue 2403463002: Allow custom metrics implementations on Android. (Closed)

Created:
4 years, 2 months ago by sakal
Modified:
4 years ago
CC:
webrtc-reviews_webrtc.org, henrika_webrtc, zhengzhonghou_agora.io, tterriberry_mozilla.com, fengyue_agora.io, peah-webrtc, mflodman
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Allow custom metrics implementations on Android. BUG=webrtc:6499 Committed: https://crrev.com/de609b26c5fc77fd3388eae5594ee8a634edf8da Cr-Commit-Position: refs/heads/master@{#15169}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Changes according to kjellander's comments. #1 #

Total comments: 4

Patch Set 3 : Changes according to kjellander's comments. #2 #

Patch Set 4 : Remove unused constructor parameter from Histogram. #

Patch Set 5 : Rebase. #

Patch Set 6 : Rebase. #

Patch Set 7 : Fix? #

Patch Set 8 : Remove unnecessary include. #

Patch Set 9 : Create a target for metrics jni. #

Patch Set 10 : Add myself as an OWNER of the new files. #

Patch Set 11 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -71 lines) Patch
M webrtc/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/api/BUILD.gn View 1 2 3 4 5 6 7 8 8 chunks +26 lines, -4 lines 0 comments Download
M webrtc/api/android/java/src/org/webrtc/Camera1Session.java View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/api/android/java/src/org/webrtc/Camera2Session.java View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/api/android/java/src/org/webrtc/CameraEnumerationAndroid.java View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
A webrtc/api/android/java/src/org/webrtc/Histogram.java View 1 2 3 4 5 1 chunk +44 lines, -0 lines 0 comments Download
M webrtc/api/android/java/src/org/webrtc/Metrics.java View 1 2 3 4 5 1 chunk +0 lines, -35 lines 0 comments Download
M webrtc/api/android/java/src/org/webrtc/OWNERS View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/api/android/java/src/org/webrtc/VideoCapturerAndroid.java View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M webrtc/api/android/jni/OWNERS View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
A webrtc/api/android/jni/androidhistogram_jni.cc View 1 2 3 4 5 1 chunk +44 lines, -0 lines 0 comments Download
M webrtc/api/android/jni/androidmetrics_jni.cc View 1 2 3 4 5 6 7 3 chunks +2 lines, -25 lines 0 comments Download
M webrtc/api/android/jni/classreferenceholder.cc View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
M webrtc/examples/BUILD.gn View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 57 (40 generated)
sakal
PTAL
4 years, 2 months ago (2016-10-10 05:41:16 UTC) #6
kjellander_webrtc
https://codereview.webrtc.org/2403463002/diff/40001/webrtc/api/api.gyp File webrtc/api/api.gyp (right): https://codereview.webrtc.org/2403463002/diff/40001/webrtc/api/api.gyp#newcode33 webrtc/api/api.gyp:33: '<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_default', Please update the dependencies here as well, as ...
4 years, 2 months ago (2016-10-12 01:03:49 UTC) #7
magjed_webrtc
lgtm
4 years, 2 months ago (2016-10-13 22:56:55 UTC) #8
sakal
https://codereview.webrtc.org/2403463002/diff/40001/webrtc/api/api.gyp File webrtc/api/api.gyp (right): https://codereview.webrtc.org/2403463002/diff/40001/webrtc/api/api.gyp#newcode33 webrtc/api/api.gyp:33: '<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_default', On 2016/10/12 01:03:48, kjellander_webrtc wrote: > Please update ...
4 years, 2 months ago (2016-10-17 07:28:32 UTC) #9
kjellander_webrtc
https://codereview.webrtc.org/2403463002/diff/60001/webrtc/api/api.gyp File webrtc/api/api.gyp (right): https://codereview.webrtc.org/2403463002/diff/60001/webrtc/api/api.gyp#newcode33 webrtc/api/api.gyp:33: '<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_default', This should be removed too. https://codereview.webrtc.org/2403463002/diff/60001/webrtc/api/api.gyp#newcode80 webrtc/api/api.gyp:80: '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default', ...
4 years, 2 months ago (2016-10-17 07:34:00 UTC) #10
sakal
https://codereview.webrtc.org/2403463002/diff/60001/webrtc/api/api.gyp File webrtc/api/api.gyp (right): https://codereview.webrtc.org/2403463002/diff/60001/webrtc/api/api.gyp#newcode33 webrtc/api/api.gyp:33: '<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_default', On 2016/10/17 07:34:00, kjellander_webrtc wrote: > This should ...
4 years, 2 months ago (2016-10-17 07:39:43 UTC) #11
kjellander_webrtc
lgtm
4 years, 2 months ago (2016-10-17 07:50:06 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2403463002/100001
4 years, 2 months ago (2016-10-17 09:49:19 UTC) #19
sakal
I fixed the problems with the build, PTAL.
4 years, 1 month ago (2016-11-21 09:24:57 UTC) #40
kjellander_webrtc
On 2016/11/21 09:24:57, sakal wrote: > I fixed the problems with the build, PTAL. lgtm. ...
4 years, 1 month ago (2016-11-21 09:48:43 UTC) #43
magjed_webrtc
lgtm
4 years, 1 month ago (2016-11-21 11:39:16 UTC) #44
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2403463002/220001
4 years, 1 month ago (2016-11-21 11:40:23 UTC) #46
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/10442)
4 years, 1 month ago (2016-11-21 11:44:53 UTC) #48
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2403463002/260001
4 years ago (2016-11-21 15:18:31 UTC) #51
commit-bot: I haz the power
Committed patchset #11 (id:260001)
4 years ago (2016-11-21 15:41:08 UTC) #54
commit-bot: I haz the power
Patchset 11 (id:??) landed as https://crrev.com/de609b26c5fc77fd3388eae5594ee8a634edf8da Cr-Commit-Position: refs/heads/master@{#15169}
4 years ago (2016-11-21 15:41:15 UTC) #56
philipel
4 years ago (2016-11-21 16:29:42 UTC) #57
Message was sent while issue was closed.
A revert of this CL (patchset #11 id:260001) has been created in
https://codereview.webrtc.org/2516403002/ by philipel@webrtc.org.

The reason for reverting is: Break downstream tests..

Powered by Google App Engine
This is Rietveld 408576698