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

Issue 602393004: Chromecast: adds stability metrics provider to track crashes. (Closed)

Created:
6 years, 2 months ago by gunsch
Modified:
6 years, 2 months ago
CC:
chromium-reviews, lcwu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Chromecast: adds stability metrics provider to track crashes. R=lcwu@chromium.org,asvitkine@chromium.org BUG=400925 Committed: https://crrev.com/8580f192f3e94f06a1f1e577b8b734527427d942 Cr-Commit-Position: refs/heads/master@{#297912}

Patch Set 1 #

Patch Set 2 : rm LOAD_START #

Total comments: 2

Patch Set 3 : break common->metrics dependency #

Total comments: 2

Patch Set 4 : rebase, address jochen@ nit, add stricted chromecast DEPS rules #

Patch Set 5 : DEPS changes not caught by git cl presubmit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+235 lines, -26 lines) Patch
M chromecast/DEPS View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
A chromecast/android/DEPS View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M chromecast/chromecast.gyp View 1 2 2 chunks +10 lines, -0 lines 0 comments Download
M chromecast/common/chromecast_config.cc View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M chromecast/common/pref_names.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chromecast/common/pref_names.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M chromecast/metrics/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chromecast/metrics/cast_metrics_prefs.cc View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M chromecast/metrics/cast_metrics_service_client.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M chromecast/metrics/cast_metrics_service_client_unittest.cc View 1 2 2 chunks +4 lines, -1 line 0 comments Download
A + chromecast/metrics/cast_stability_metrics_provider.h View 4 chunks +24 lines, -22 lines 0 comments Download
A chromecast/metrics/cast_stability_metrics_provider.cc View 1 1 chunk +152 lines, -0 lines 0 comments Download
M chromecast/service/DEPS View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A chromecast/shell/DEPS View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M chromecast/shell/browser/cast_browser_main_parts.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 21 (4 generated)
gunsch
6 years, 2 months ago (2014-09-26 22:31:08 UTC) #1
lcwu1
lgtm
6 years, 2 months ago (2014-09-26 22:58:03 UTC) #2
gunsch
On 2014/09/26 22:58:03, lcwu1 wrote: > lgtm +jochen for content/public/browser (new DEPS entry). CastStabilityMetricsProvider is ...
6 years, 2 months ago (2014-09-26 23:31:28 UTC) #4
Alexei Svitkine (slow)
I would prefer if we find some way to share code, rather duplicating a subset ...
6 years, 2 months ago (2014-09-29 12:41:48 UTC) #5
jochen (gone - plz use gerrit)
hum, so chromecast/common/chromecast_config.cc includes chromecast/metrics now you're moving something that depends on browser/ into metrics ...
6 years, 2 months ago (2014-09-30 08:26:41 UTC) #6
gunsch
jochen: good catch, the common->metrics dependency shouldn't be there. Broke that. Alexei: I agree; I'm ...
6 years, 2 months ago (2014-09-30 16:34:12 UTC) #7
jochen (gone - plz use gerrit)
lgtm with nit consider adding a rule "-chromecast" and "+chromecast/common" to chromecast/DEPS. This will force ...
6 years, 2 months ago (2014-10-01 07:33:30 UTC) #8
gunsch
jochen@: thanks for the DEPS suggestion, added that. That should help enforce our code dependencies ...
6 years, 2 months ago (2014-10-01 23:42:46 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/602393004/50001
6 years, 2 months ago (2014-10-02 19:04:25 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device/builds/20607) ios_rel_device_ninja on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja/builds/15372)
6 years, 2 months ago (2014-10-02 19:20:04 UTC) #13
Alexei Svitkine (slow)
Sorry for being unresponsive, I had walls of meetings the last 3 days due to ...
6 years, 2 months ago (2014-10-02 19:56:32 UTC) #14
gunsch
On 2014/10/02 19:56:32, Alexei Svitkine wrote: > Sorry for being unresponsive, I had walls of ...
6 years, 2 months ago (2014-10-02 20:25:31 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/602393004/70001
6 years, 2 months ago (2014-10-02 20:28:11 UTC) #17
Alexei Svitkine (slow)
I think a) is fine, but as I said, I'm OK with you checking this ...
6 years, 2 months ago (2014-10-02 20:28:58 UTC) #18
gunsch
Sounds good, thanks for taking a look.
6 years, 2 months ago (2014-10-02 20:31:25 UTC) #19
commit-bot: I haz the power
Committed patchset #5 (id:70001) as e206c148f38c9e94e03b0f70cb0a1ac67b598207
6 years, 2 months ago (2014-10-02 21:46:30 UTC) #20
commit-bot: I haz the power
6 years, 2 months ago (2014-10-02 21:47:00 UTC) #21
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/8580f192f3e94f06a1f1e577b8b734527427d942
Cr-Commit-Position: refs/heads/master@{#297912}

Powered by Google App Engine
This is Rietveld 408576698