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

Issue 2085623005: Limit the background trials upload size to 100Kib when using mobile data (Closed)

Created:
4 years, 6 months ago by ssid
Modified:
4 years, 6 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Limit the background trials upload size to 100Kib when using mobile data The crash data is uploaded only if the file size was less than 10MB. But, this does not consider if device is running on wifi or mobile data. Uploading 10Mib crash files over data will be undesireable for android and ios users. To fix this issue, the limit is set to 100Kib if the connection is over data or connection type is unknown when tracing is running for background field trials. BUG=622047 Committed: https://crrev.com/f7de02da8220c2d43301d41ee232002e79d87218 Cr-Commit-Position: refs/heads/master@{#401644}

Patch Set 1 #

Patch Set 2 : Configure size limit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -8 lines) Patch
M chrome/browser/tracing/background_tracing_field_trial.cc View 1 3 chunks +12 lines, -0 lines 0 comments Download
M chrome/browser/tracing/crash_service_uploader.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/tracing/crash_service_uploader.cc View 1 4 chunks +13 lines, -8 lines 0 comments Download

Messages

Total messages: 18 (9 generated)
ssid
Does this change make sense?
4 years, 6 months ago (2016-06-21 16:23:51 UTC) #2
oystein (OOO til 10th of July)
On 2016/06/21 16:23:51, ssid wrote: > Does this change make sense? I think this is ...
4 years, 6 months ago (2016-06-21 19:08:04 UTC) #3
ssid
> I think this is awesome for Bulk Reports users, I just don't think we'd ...
4 years, 6 months ago (2016-06-22 21:46:51 UTC) #7
oystein (OOO til 10th of July)
Awesome, thank you! lgtm!
4 years, 6 months ago (2016-06-23 08:38:35 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2085623005/40001
4 years, 6 months ago (2016-06-23 16:31:39 UTC) #10
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-23 17:21:10 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2085623005/40001
4 years, 6 months ago (2016-06-23 17:25:59 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 6 months ago (2016-06-23 17:29:34 UTC) #16
commit-bot: I haz the power
4 years, 6 months ago (2016-06-23 17:42:07 UTC) #18
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/f7de02da8220c2d43301d41ee232002e79d87218
Cr-Commit-Position: refs/heads/master@{#401644}

Powered by Google App Engine
This is Rietveld 408576698