Skip to content

Use unified crash-context#17

Merged
msirringhaus merged 3 commits intorust-minidump:mainfrom
EmbarkStudios:unified-context
Mar 16, 2022
Merged

Use unified crash-context#17
msirringhaus merged 3 commits intorust-minidump:mainfrom
EmbarkStudios:unified-context

Conversation

@Jake-Shadle
Copy link
Copy Markdown
Collaborator

@Jake-Shadle Jake-Shadle commented Mar 15, 2022

This builds on #16 to use the CrashContext from here as it allows a single crash context to be shared between different crates, without needing to rely on minidump-writer itself, and implements getcontext for targets that don't directly support it such as musl and android.

Resolves: #4

@Jake-Shadle Jake-Shadle mentioned this pull request Mar 15, 2022
Copy link
Copy Markdown
Collaborator

@msirringhaus msirringhaus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, one more nit.

Comment thread src/linux/dumper_cpu_info/arm.rs Outdated
Copy link
Copy Markdown
Collaborator

@msirringhaus msirringhaus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@msirringhaus msirringhaus merged commit 28a5832 into rust-minidump:main Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Doesn't build on x86_64 musl

2 participants