Cloosen-Calories / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

iOS support for returning number of crash reports waiting to upload #547

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In client/ios, I'd like to make the following changes:

1. Replace bool BreakpadHasCrashReportToUpload(BreakpadRef ref) with int 
BreakpadGetCrashReportCount(BreakpadRef ref)

2. Add -[BreakpadController getCrashReportCount:(void(^)(int))callback].

Original issue reported on code.google.com by kiyun@chromium.org on 5 Nov 2013 at 12:20

GoogleCodeExporter commented 9 years ago
This was fixed with 
https://code.google.com/p/google-breakpad/source/detail?r=1234

Original comment by kiyun@chromium.org on 11 Dec 2013 at 3:50

GoogleCodeExporter commented 9 years ago

Original comment by blundell@chromium.org on 11 Dec 2013 at 3:51