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

Issue 6154003: AU: Reduce instances of signalling the crash reporter. (Closed)

Created:
9 years, 11 months ago by adlr
Modified:
9 years ago
Reviewers:
petkov
CC:
chromium-os-reviews_chromium.org, petkov, adlr
Visibility:
Public.

Description

AU: Reduce instances of signalling the crash reporter. We recently started notifying the crash reporter whenever we attempted to report an error code to the update server. We now throttle that back a little bit: we only notify for official builds when we were successful in reporting the error to the update server. TEST=unittest; tested on device BUG=10805 Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=2008e4c

Patch Set 1 #

Total comments: 3

Patch Set 2 : fix for review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -2 lines) Patch
M omaha_request_action.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download
M update_attempter.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
adlr
9 years, 11 months ago (2011-01-12 00:46:59 UTC) #1
petkov
http://codereview.chromium.org/6154003/diff/1/omaha_request_action.cc File omaha_request_action.cc (left): http://codereview.chromium.org/6154003/diff/1/omaha_request_action.cc#oldcode347 omaha_request_action.cc:347: completer.set_code(kActionCodeSuccess); Here you could: if (event->result == OmahaEvent::kResultError && ...
9 years, 11 months ago (2011-01-12 01:10:22 UTC) #2
petkov
http://codereview.chromium.org/6154003/diff/1/omaha_request_action.cc File omaha_request_action.cc (left): http://codereview.chromium.org/6154003/diff/1/omaha_request_action.cc#oldcode347 omaha_request_action.cc:347: completer.set_code(kActionCodeSuccess); On 2011/01/12 01:10:22, petkov wrote: > Here you ...
9 years, 11 months ago (2011-01-12 01:17:07 UTC) #3
adlr
okay, made the change you suggest. PTAL. thanks!
9 years, 11 months ago (2011-01-12 03:02:00 UTC) #4
petkov
9 years, 11 months ago (2011-01-12 17:51:46 UTC) #5
LGTM. Thanks!

Powered by Google App Engine
This is Rietveld 408576698