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

Issue 2464823002: Move minidump renaming from MinidumpUploadService. (Closed)

Created:
4 years, 1 month ago by gsennton
Modified:
4 years, 1 month ago
Reviewers:
Ilya Sherman, Maria
CC:
chromium-reviews, kalyank, sadrul, asvitkine+watch_chromium.org, agrieve+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move minidump renaming from MinidumpUploadService. Most of the minidump renaming happens in MinidumpUploadService but some of it lives in MinidumpUploadCallable, move the rest of the calls into the service class. BUG=659938

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -11 lines) Patch
M chrome/android/java/src/org/chromium/chrome/browser/crash/MinidumpUploadCallable.java View 2 chunks +2 lines, -11 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/crash/MinidumpUploadService.java View 1 chunk +5 lines, -0 lines 2 comments Download

Messages

Total messages: 13 (4 generated)
gsennton
ptal :)
4 years, 1 month ago (2016-10-31 11:56:54 UTC) #2
Ilya Sherman
LGTM... though if you're not planning to componentize the Service, is this still useful? Won't ...
4 years, 1 month ago (2016-10-31 19:48:13 UTC) #3
gsennton
Yeah, it's not strictly necessary for the componentization - but it seems like it makes ...
4 years, 1 month ago (2016-10-31 19:54:30 UTC) #4
Maria
lgtm
4 years, 1 month ago (2016-11-01 16:07:58 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2464823002/1
4 years, 1 month ago (2016-11-01 16:28:52 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/171968)
4 years, 1 month ago (2016-11-01 17:38:24 UTC) #9
gsennton
Ah right, we have tests in MinidumpUploadCallableTest that ensures that we are renaming files correctly, ...
4 years, 1 month ago (2016-11-02 16:31:11 UTC) #10
gsennton
Given that this change needs new tests and is just a new potential for breakage ...
4 years, 1 month ago (2016-11-04 09:37:16 UTC) #11
Ilya Sherman
4 years, 1 month ago (2016-11-05 01:21:38 UTC) #13
Message was sent while issue was closed.
On 2016/11/04 09:37:16, gsennton wrote:
> Given that this change needs new tests and is just a new potential for
breakage
> (if I miss to add some test) I think this CL should just be abandoned - if it
> turns out that we will need this change for WebView componentization later on
I
> can just continue then.
> 
> I think we should just go ahead and land
> https://codereview.chromium.org/2464943002/
> instead so we get the componentization out of the way :)

SGTM -- thanks

Powered by Google App Engine
This is Rietveld 408576698