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

Issue 1138703004: [iOS] Upstream CrashReportBackgroundUploader (Closed)

Created:
5 years, 7 months ago by sdefresne
Modified:
5 years, 7 months ago
CC:
chromium-reviews, Ilya Sherman
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[iOS] Upstream CrashReportBackgroundUploader CrashReportBackgroundUploader handle uploading crashes in background using iOS 7 capability of periodically waking up the application in background. BUG=429756 Committed: https://crrev.com/ae76d4258f4dbb158cd85997ce6ccfa823a6fa42 Cr-Commit-Position: refs/heads/master@{#329643}

Patch Set 1 #

Patch Set 2 : Add (nonatomic, assign) to hasPendingCrashReportsToUploadAtStartup property as discussed offline #

Patch Set 3 : Update tools/metrics/actions/actions.xml #

Total comments: 4

Patch Set 4 : Update tools/metrics/histograms/histograms.xml #

Total comments: 2

Patch Set 5 : Update tools/metrics/histograms/histograms.xml #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+448 lines, -0 lines) Patch
M ios/chrome/browser/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
A ios/chrome/browser/crash_report/crash_report_background_uploader.h View 1 1 chunk +44 lines, -0 lines 2 comments Download
A ios/chrome/browser/crash_report/crash_report_background_uploader.mm View 1 chunk +366 lines, -0 lines 0 comments Download
M ios/chrome/ios_chrome.gyp View 1 2 chunks +3 lines, -0 lines 0 comments Download
M tools/metrics/actions/actions.xml View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 1 chunk +18 lines, -0 lines 0 comments Download

Messages

Total messages: 37 (16 generated)
sdefresne
jif: please review mark: for added DEPS on //breakpad olivierrobin: FYI as original implementor
5 years, 7 months ago (2015-05-11 14:41:58 UTC) #3
jif
lgtm
5 years, 7 months ago (2015-05-11 14:49:11 UTC) #4
Olivier
On 2015/05/11 14:49:11, jif wrote: > lgtm LGTM. In description: CrashReportBackgroundUploader handle uploading crashes in ...
5 years, 7 months ago (2015-05-11 15:00:57 UTC) #5
sdefresne
On 2015/05/11 15:00:57, Olivier Robin wrote: > On 2015/05/11 14:49:11, jif wrote: > > lgtm ...
5 years, 7 months ago (2015-05-11 15:47:31 UTC) #6
sdefresne
On 2015/05/11 15:47:31, sdefresne wrote: > On 2015/05/11 15:00:57, Olivier Robin wrote: > > On ...
5 years, 7 months ago (2015-05-12 13:44:43 UTC) #9
Lei Zhang
lgtm
5 years, 7 months ago (2015-05-12 21:17:09 UTC) #10
sdefresne
Dependent CL https://codereview.chromium.org/1131303003/ landed, sending to CQ. Thank you all for the review.
5 years, 7 months ago (2015-05-13 13:26:41 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1138703004/20001
5 years, 7 months ago (2015-05-13 13:31:39 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/63314)
5 years, 7 months ago (2015-05-13 13:38:52 UTC) #18
sdefresne
+isherman for tools/metrics/actions/actions.xml
5 years, 7 months ago (2015-05-13 13:54:08 UTC) #21
Alexei Svitkine (slow)
https://codereview.chromium.org/1138703004/diff/40001/ios/chrome/browser/crash_report/crash_report_background_uploader.mm File ios/chrome/browser/crash_report/crash_report_background_uploader.mm (right): https://codereview.chromium.org/1138703004/diff/40001/ios/chrome/browser/crash_report/crash_report_background_uploader.mm#newcode297 ios/chrome/browser/crash_report/crash_report_background_uploader.mm:297: UMA_HISTOGRAM_COUNTS_100(kUMAMobilePendingReportsOnBackgroundWakeUp, If this code is being upstreamed, can you ...
5 years, 7 months ago (2015-05-13 14:33:53 UTC) #23
sdefresne
On 2015/05/13 14:33:53, Alexei Svitkine wrote: > https://codereview.chromium.org/1138703004/diff/40001/ios/chrome/browser/crash_report/crash_report_background_uploader.mm > File ios/chrome/browser/crash_report/crash_report_background_uploader.mm > (right): > > ...
5 years, 7 months ago (2015-05-13 14:40:41 UTC) #24
sdefresne
asvitkine: please take another look https://codereview.chromium.org/1138703004/diff/40001/ios/chrome/browser/crash_report/crash_report_background_uploader.mm File ios/chrome/browser/crash_report/crash_report_background_uploader.mm (right): https://codereview.chromium.org/1138703004/diff/40001/ios/chrome/browser/crash_report/crash_report_background_uploader.mm#newcode297 ios/chrome/browser/crash_report/crash_report_background_uploader.mm:297: UMA_HISTOGRAM_COUNTS_100(kUMAMobilePendingReportsOnBackgroundWakeUp, On 2015/05/13 14:33:52, ...
5 years, 7 months ago (2015-05-13 14:48:24 UTC) #25
Alexei Svitkine (slow)
https://codereview.chromium.org/1138703004/diff/20002/ios/chrome/browser/crash_report/crash_report_background_uploader.mm File ios/chrome/browser/crash_report/crash_report_background_uploader.mm (right): https://codereview.chromium.org/1138703004/diff/20002/ios/chrome/browser/crash_report/crash_report_background_uploader.mm#newcode306 ios/chrome/browser/crash_report/crash_report_background_uploader.mm:306: UMA_HISTOGRAM_LONG_TIMES_100(kUMAMobileCrashBackgroundUploadDelay, This one too please.
5 years, 7 months ago (2015-05-13 14:56:19 UTC) #26
sdefresne
D'oh. This should be the last, sorry. https://codereview.chromium.org/1138703004/diff/20002/ios/chrome/browser/crash_report/crash_report_background_uploader.mm File ios/chrome/browser/crash_report/crash_report_background_uploader.mm (right): https://codereview.chromium.org/1138703004/diff/20002/ios/chrome/browser/crash_report/crash_report_background_uploader.mm#newcode306 ios/chrome/browser/crash_report/crash_report_background_uploader.mm:306: UMA_HISTOGRAM_LONG_TIMES_100(kUMAMobileCrashBackgroundUploadDelay, On ...
5 years, 7 months ago (2015-05-13 15:01:14 UTC) #27
sdefresne
PTAL
5 years, 7 months ago (2015-05-13 15:38:38 UTC) #28
Alexei Svitkine (slow)
lgtm https://codereview.chromium.org/1138703004/diff/70001/ios/chrome/browser/crash_report/crash_report_background_uploader.h File ios/chrome/browser/crash_report/crash_report_background_uploader.h (right): https://codereview.chromium.org/1138703004/diff/70001/ios/chrome/browser/crash_report/crash_report_background_uploader.h#newcode1 ios/chrome/browser/crash_report/crash_report_background_uploader.h:1: // Copyright 2014 The Chromium Authors. All rights ...
5 years, 7 months ago (2015-05-13 15:41:09 UTC) #30
sdefresne
Thank you for the review. https://codereview.chromium.org/1138703004/diff/70001/ios/chrome/browser/crash_report/crash_report_background_uploader.h File ios/chrome/browser/crash_report/crash_report_background_uploader.h (right): https://codereview.chromium.org/1138703004/diff/70001/ios/chrome/browser/crash_report/crash_report_background_uploader.h#newcode1 ios/chrome/browser/crash_report/crash_report_background_uploader.h:1: // Copyright 2014 The ...
5 years, 7 months ago (2015-05-13 15:44:30 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1138703004/70001
5 years, 7 months ago (2015-05-13 15:45:21 UTC) #35
commit-bot: I haz the power
Committed patchset #5 (id:70001)
5 years, 7 months ago (2015-05-13 16:06:14 UTC) #36
commit-bot: I haz the power
5 years, 7 months ago (2015-05-13 16:07:07 UTC) #37
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/ae76d4258f4dbb158cd85997ce6ccfa823a6fa42
Cr-Commit-Position: refs/heads/master@{#329643}

Powered by Google App Engine
This is Rietveld 408576698