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

Issue 261573002: Add checkin activity recording to gcm recorder. (Closed)

Created:
6 years, 7 months ago by juyik
Modified:
6 years, 7 months ago
Reviewers:
Nicolas Zea, jianli
CC:
chromium-reviews, fgorski
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Add checkin activity recording to gcm recorder. BUG=341256 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=268070

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressing jian's comments. #

Patch Set 3 : Remove unnecessary header inclusion. #

Total comments: 4

Patch Set 4 : Addressing jian's comments. #

Total comments: 2

Patch Set 5 : Modify some code comments. #

Total comments: 6

Patch Set 6 : Addressing Nicolas's comments. #

Patch Set 7 : resolve conflicts. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+215 lines, -15 lines) Patch
M google_apis/gcm/engine/checkin_request.h View 1 2 3 4 5 6 3 chunks +7 lines, -1 line 0 comments Download
M google_apis/gcm/engine/checkin_request.cc View 1 2 3 4 5 6 10 chunks +50 lines, -10 lines 0 comments Download
M google_apis/gcm/engine/checkin_request_unittest.cc View 1 2 3 4 5 6 3 chunks +4 lines, -1 line 0 comments Download
M google_apis/gcm/gcm_client_impl.cc View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M google_apis/gcm/monitoring/gcm_stats_recorder.h View 1 2 6 chunks +26 lines, -0 lines 0 comments Download
M google_apis/gcm/monitoring/gcm_stats_recorder.cc View 1 2 3 4 5 4 chunks +53 lines, -1 line 0 comments Download
M google_apis/gcm/monitoring/gcm_stats_recorder_unittest.cc View 1 2 3 4 5 6 chunks +71 lines, -0 lines 0 comments Download
M google_apis/gcm/tools/mcs_probe.cc View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 22 (0 generated)
juyik
6 years, 7 months ago (2014-04-30 02:46:16 UTC) #1
juyik
6 years, 7 months ago (2014-04-30 02:48:35 UTC) #2
jianli
https://codereview.chromium.org/261573002/diff/1/google_apis/gcm/engine/checkin_request.cc File google_apis/gcm/engine/checkin_request.cc (right): https://codereview.chromium.org/261573002/diff/1/google_apis/gcm/engine/checkin_request.cc#newcode171 google_apis/gcm/engine/checkin_request.cc:171: recorder_->RecordCheckinFailure( Can this be merged with RecordCheckinStatusToUMA? https://codereview.chromium.org/261573002/diff/1/google_apis/gcm/monitoring/gcm_stats_recorder.cc File ...
6 years, 7 months ago (2014-05-01 00:22:34 UTC) #3
juyik
https://codereview.chromium.org/261573002/diff/1/google_apis/gcm/engine/checkin_request.cc File google_apis/gcm/engine/checkin_request.cc (right): https://codereview.chromium.org/261573002/diff/1/google_apis/gcm/engine/checkin_request.cc#newcode171 google_apis/gcm/engine/checkin_request.cc:171: recorder_->RecordCheckinFailure( On 2014/05/01 00:22:35, jianli wrote: > Can this ...
6 years, 7 months ago (2014-05-01 01:03:35 UTC) #4
jianli
lgtm https://codereview.chromium.org/261573002/diff/40001/google_apis/gcm/engine/checkin_request.cc File google_apis/gcm/engine/checkin_request.cc (right): https://codereview.chromium.org/261573002/diff/40001/google_apis/gcm/engine/checkin_request.cc#newcode68 google_apis/gcm/engine/checkin_request.cc:68: void RecordCheckinStatusAndToUMA(CheckinRequestStatus status, nit: RecordCheckinStatusAndReportUMA https://codereview.chromium.org/261573002/diff/40001/google_apis/gcm/engine/checkin_request.cc#newcode218 google_apis/gcm/engine/checkin_request.cc:218: recorder_->RecordCheckinSuccess(); ...
6 years, 7 months ago (2014-05-01 21:36:30 UTC) #5
juyik
https://codereview.chromium.org/261573002/diff/40001/google_apis/gcm/engine/checkin_request.cc File google_apis/gcm/engine/checkin_request.cc (right): https://codereview.chromium.org/261573002/diff/40001/google_apis/gcm/engine/checkin_request.cc#newcode68 google_apis/gcm/engine/checkin_request.cc:68: void RecordCheckinStatusAndToUMA(CheckinRequestStatus status, On 2014/05/01 21:36:31, jianli wrote: > ...
6 years, 7 months ago (2014-05-01 21:54:34 UTC) #6
juyik
Hi Nicolas, can you take a look at this patch? Thanks.
6 years, 7 months ago (2014-05-01 23:02:20 UTC) #7
jianli
Still lgtm https://codereview.chromium.org/261573002/diff/60001/google_apis/gcm/engine/checkin_request.cc File google_apis/gcm/engine/checkin_request.cc (right): https://codereview.chromium.org/261573002/diff/60001/google_apis/gcm/engine/checkin_request.cc#newcode67 google_apis/gcm/engine/checkin_request.cc:67: // Record checkin failure status to both ...
6 years, 7 months ago (2014-05-01 23:02:37 UTC) #8
juyik
https://codereview.chromium.org/261573002/diff/60001/google_apis/gcm/engine/checkin_request.cc File google_apis/gcm/engine/checkin_request.cc (right): https://codereview.chromium.org/261573002/diff/60001/google_apis/gcm/engine/checkin_request.cc#newcode67 google_apis/gcm/engine/checkin_request.cc:67: // Record checkin failure status to both stats recorder ...
6 years, 7 months ago (2014-05-02 00:41:54 UTC) #9
Nicolas Zea
lgtm https://codereview.chromium.org/261573002/diff/80001/google_apis/gcm/monitoring/gcm_stats_recorder.cc File google_apis/gcm/monitoring/gcm_stats_recorder.cc (right): https://codereview.chromium.org/261573002/diff/80001/google_apis/gcm/monitoring/gcm_stats_recorder.cc#newcode22 google_apis/gcm/monitoring/gcm_stats_recorder.cc:22: // Insert an itme to the front of ...
6 years, 7 months ago (2014-05-02 20:51:36 UTC) #10
juyik
https://codereview.chromium.org/261573002/diff/80001/google_apis/gcm/monitoring/gcm_stats_recorder.cc File google_apis/gcm/monitoring/gcm_stats_recorder.cc (right): https://codereview.chromium.org/261573002/diff/80001/google_apis/gcm/monitoring/gcm_stats_recorder.cc#newcode22 google_apis/gcm/monitoring/gcm_stats_recorder.cc:22: // Insert an itme to the front of deque ...
6 years, 7 months ago (2014-05-02 21:44:18 UTC) #11
juyik
The CQ bit was checked by juyik@chromium.org
6 years, 7 months ago (2014-05-02 21:44:27 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/juyik@chromium.org/261573002/100001
6 years, 7 months ago (2014-05-02 21:44:49 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-02 21:44:55 UTC) #14
commit-bot: I haz the power
Failed to apply patch for google_apis/gcm/engine/checkin_request.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 7 months ago (2014-05-02 21:44:56 UTC) #15
juyik
The CQ bit was checked by juyik@chromium.org
6 years, 7 months ago (2014-05-02 22:11:48 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/juyik@chromium.org/261573002/120001
6 years, 7 months ago (2014-05-02 22:13:22 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-02 23:41:32 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg on tryserver.chromium
6 years, 7 months ago (2014-05-02 23:41:33 UTC) #19
juyik
The CQ bit was checked by juyik@chromium.org
6 years, 7 months ago (2014-05-03 14:51:04 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/juyik@chromium.org/261573002/120001
6 years, 7 months ago (2014-05-03 14:51:13 UTC) #21
commit-bot: I haz the power
6 years, 7 months ago (2014-05-03 16:26:39 UTC) #22
Message was sent while issue was closed.
Change committed as 268070

Powered by Google App Engine
This is Rietveld 408576698