Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
electron
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
ExcellentOSS
electron
Commits
4c531e90
Commit
4c531e90
authored
9 years ago
by
Cheng Zhao
Browse files
Options
Downloads
Patches
Plain Diff
Update breakpad to lastest master
parent
b52b6e12
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
atom/common/crash_reporter/win/crash_service.cc
+3
-1
3 additions, 1 deletion
atom/common/crash_reporter/win/crash_service.cc
vendor/breakpad
+1
-1
1 addition, 1 deletion
vendor/breakpad
with
4 additions
and
2 deletions
atom/common/crash_reporter/win/crash_service.cc
+
3
−
1
View file @
4c531e90
...
...
@@ -440,10 +440,12 @@ DWORD CrashService::AsyncSendDump(void* context) {
// termination of the service object.
base
::
AutoLock
lock
(
info
->
self
->
sending_
);
VLOG
(
1
)
<<
"trying to send report for pid = "
<<
info
->
pid
;
std
::
map
<
std
::
wstring
,
std
::
wstring
>
file_map
;
file_map
[
L"upload_file_minidump"
]
=
info
->
dump_path
;
google_breakpad
::
ReportResult
send_result
=
info
->
self
->
sender_
->
SendCrashReport
(
info
->
self
->
reporter_url_
,
info
->
map
,
info
->
dump_path
,
file_map
,
&
report_id
);
switch
(
send_result
)
{
case
google_breakpad
::
RESULT_FAILED
:
...
...
This diff is collapsed.
Click to expand it.
breakpad
@
c566c50d
Compare
4ee7e1a7
...
c566c50d
Subproject commit
4ee7e1a703d066861b7bf6fce28526f8ed07dcd6
Subproject commit
c566c50d81f7b1edeaee9f11f5d07bda858d6b64
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment