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

enhance: make mapping by params initialization optional (android deobfuscation) #823

Merged
merged 3 commits into from
Nov 30, 2023

Conversation

viglia
Copy link
Contributor

@viglia viglia commented Nov 30, 2023

This follow the changes in getsentry/rust-proguard#34

This will allow us to make mappings_by_params initialization optional so that we don't incur in unnecessary memory increase in those part of sentry services where deobfuscation based on parameters list instead of line numbers is not necessary.

@viglia viglia requested a review from Swatinem November 30, 2023 14:31
Copy link

codecov bot commented Nov 30, 2023

Codecov Report

Merging #823 (4e9765a) into master (a7ae668) will increase coverage by 0.00%.
Report is 3 commits behind head on master.
The diff coverage is 66.66%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #823   +/-   ##
=======================================
  Coverage   74.81%   74.82%           
=======================================
  Files          63       63           
  Lines       15678    15685    +7     
=======================================
+ Hits        11730    11736    +6     
- Misses       3948     3949    +1     

CHANGELOG.md Show resolved Hide resolved
@viglia viglia merged commit 7d9a66c into master Nov 30, 2023
12 checks passed
@viglia viglia deleted the viglia/enhance/make-parameter-mapping-optional branch November 30, 2023 20:56
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.

2 participants