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
Original issue reported on code.google.com by
cdn@chromium.org
on 10 Apr 2012 at 9:47