Currently CrashReportSender just returns a general status, like
RESULT_SUCCEEDED. I'm trying to add logging to our client so we can
diagnose submission failures, but if the error was server-side (say a 500
Internal Server Error), GetLastError() rightfully tells me that there was
no error, and CrashReportSender doesn't pass the HTTP status code up to me,
so I'm out of luck.
Should be an easy change.
Original issue reported on code.google.com by ted.mielczarek on 17 Oct 2007 at 1:47
Original issue reported on code.google.com by
ted.mielczarek
on 17 Oct 2007 at 1:47