Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ref: Turn minidump processor (breakpad) into optional feature (NATIVE-524) #519

Merged
merged 1 commit into from
Mar 18, 2022

Conversation

Swatinem
Copy link
Member

This feature flag makes it possible to avoid building and linking breakpad code.

@Swatinem Swatinem requested a review from a team March 18, 2022 09:53
@codecov-commenter
Copy link

Codecov Report

Merging #519 (9d27d41) into master (69ca8b3) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #519      +/-   ##
==========================================
+ Coverage   68.71%   68.73%   +0.01%     
==========================================
  Files          84       84              
  Lines       17506    17506              
==========================================
+ Hits        12030    12032       +2     
+ Misses       5476     5474       -2     

@@ -29,9 +29,13 @@ include = [
[package.metadata.docs.rs]
all-features = true

[features]
default = ["processor"]
Copy link
Contributor

Choose a reason for hiding this comment

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

I would prefer a feature name that makes the dependency on breakpad clearer. Maybe breakpad-processor or something like that.

Copy link
Member Author

Choose a reason for hiding this comment

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

I originally wanted to just name the feature breakpad. But that is essentially opaque. We don’t have a second processor implementation in symbolic, so turning off breakpad, you turn off the whole processor. And that is also in line with symbolicator, since it won’t be using the symbolic crate as processor anymore.

@Swatinem Swatinem merged commit d3877af into master Mar 18, 2022
@Swatinem Swatinem deleted the ref/processor-feature branch March 18, 2022 11:04
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.

None yet

3 participants