mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1059390 - Part 2: Store remote Breakpad ID for submissions through CrashSubmit. r=gps
This commit is contained in:
parent
388aadfc07
commit
cbfadb209d
@ -297,6 +297,9 @@ Submitter.prototype = {
|
||||
manager.SUBMISSION_RESULT_FAILED;
|
||||
manager.addSubmissionResult(self.id, submissionID, new Date(),
|
||||
result);
|
||||
if (submitted) {
|
||||
manager.setRemoteCrashID(self.id, ret.CrashID);
|
||||
}
|
||||
}
|
||||
|
||||
if (submitted) {
|
||||
|
Loading…
Reference in New Issue
Block a user