You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. configure sample project to send log file on crash
(with info.plist param BreakpadAppLogFile or directly in the code with
BreakpadAddLogFile routine)
What is the expected output? What do you see instead?
crash _report sender will prepare incorrect post request.
Second file(log in our case) chunk will not start from the new line
but directly after minidump file. Thus server will fail to parse files.
I have tested with java server part.Apache Commons FileUpload used to parse
multipart file upload post request. In my case server "saw" both files as one.
What version of the product are you using? On what operating system?
Breakpad rev 1112
Mac Os X 10.7.5
XCode 4.5 (gcc 4.2)
Please provide any additional information below.
I have fixed this problem. patch attached
Original issue reported on code.google.com by [email protected] on 11 Feb 2013 at 2:56
Original issue reported on code.google.com by
[email protected]
on 11 Feb 2013 at 2:56Attachments:
The text was updated successfully, but these errors were encountered: