karimjimo / google-breakpad

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

Implement an upload request callback for deferred crash uploads #473

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The implementation of a crash generation server should be able to defer crash 
uploading. This could be used to allow a user to opt in the crash reporting for 
a single crash. 

This can be accomplished by creating a new message tag for upload requests. 
When a dump is requested the client will have the option to supply a unique 
crash_id. Later the client can reconnect and send a message with the upload 
request tag and the crash_id. This will call into the implementation defined 
callback which can proceed to upload the crash.

uploading a patch shortly.

Original issue reported on code.google.com by cdn@chromium.org on 10 Apr 2012 at 9:47

GoogleCodeExporter commented 9 years ago
Landed as http://code.google.com/p/google-breakpad/source/detail?r=952

Original comment by cdn@chromium.org on 13 Apr 2012 at 10:24