getsentry / symbolicator

Native Symbolication as a Service
https://getsentry.github.io/symbolicator/
MIT License
359 stars 48 forks source link

Do not process `.o` files in Symsorter #1288

Closed Swatinem closed 1 year ago

Swatinem commented 1 year ago

This will now complete skip any object kinds that do not make any sense to be processed by Symsorter.

fixes https://github.com/getsentry/symbolicator/issues/1280 fixes https://github.com/getsentry/symbolicator/issues/1240

codecov[bot] commented 1 year ago

Codecov Report

Merging #1288 (3431683) into master (0da3c91) will decrease coverage by 0.03%. The diff coverage is 0.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1288 +/- ## ========================================== - Coverage 76.81% 76.78% -0.03% ========================================== Files 87 87 Lines 14291 14295 +4 ========================================== - Hits 10978 10977 -1 - Misses 3313 3318 +5 ```