Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(75)

Issue 904002: Add -[BreakpadController resetConfiguration] for iOS. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 4 months ago by kiyun
Modified:
10 years, 4 months ago
Reviewers:
blundell
Base URL:
https://chromium.googlesource.com/external/google-breakpad/src.git@master
Visibility:
Public.

Description

Add -[BreakpadController resetConfiguration] for iOS.

Add a resetConfiguration method to BreakpadController for iOS. The new method
resets the controller configuration to its initial value, which is the
infoDictionary of the bundle of the application.

BUG=554

Patch Set 1 #

Total comments: 4

Patch Set 2 : move configuration initialization to resetConfiguration and invoke from initSingleton #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M client/ios/BreakpadController.h View 1 chunk +4 lines, -0 lines 0 comments Download
M client/ios/BreakpadController.mm View 1 2 chunks +11 lines, -4 lines 0 comments Download

Messages

Total messages: 10
kiyun
10 years, 4 months ago #1
blundell
LGTM
10 years, 4 months ago #2
kiyun
On 2013/12/11 16:39:36, blundell wrote: > LGTM Thank you. Can you please land it for ...
10 years, 4 months ago #3
blundell
Had some more thoughts on this CL. https://breakpad.appspot.com/904002/diff/1/client/ios/BreakpadController.mm File client/ios/BreakpadController.mm (right): https://breakpad.appspot.com/904002/diff/1/client/ios/BreakpadController.mm#newcode183 client/ios/BreakpadController.mm:183: [configuration_ addEntriesFromDictionary:configuration]; ...
10 years, 4 months ago #4
kiyun
https://breakpad.appspot.com/904002/diff/1/client/ios/BreakpadController.mm File client/ios/BreakpadController.mm (right): https://breakpad.appspot.com/904002/diff/1/client/ios/BreakpadController.mm#newcode195 client/ios/BreakpadController.mm:195: [self updateConfiguration:nil]; On 2013/12/12 14:27:22, blundell wrote: > If ...
10 years, 4 months ago #5
blundell
https://breakpad.appspot.com/904002/diff/1/client/ios/BreakpadController.mm File client/ios/BreakpadController.mm (right): https://breakpad.appspot.com/904002/diff/1/client/ios/BreakpadController.mm#newcode195 client/ios/BreakpadController.mm:195: [self updateConfiguration:nil]; Yep. Note that a value of 0 ...
10 years, 4 months ago #6
kiyun
PTAL Thanks for the suggestion!
10 years, 4 months ago #7
blundell
LGTM (again)
10 years, 4 months ago #8
kiyun
On 2013/12/12 14:48:08, blundell wrote: > LGTM (again) Thanks. Can you land it for me?
10 years, 4 months ago #9
blundell
10 years, 4 months ago #10
Committed as r1256
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted