getsentry / symbolicator

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

meta(proguard:) Update comments about remapping #1444

Closed loewenheim closed 2 months ago

loewenheim commented 2 months ago

With the help of @romtsn I figured out that the current behavior (using 0 as the line number if there isn't one) accords with Google's implementation of retrace. Their retrace, however, can also resolve such cases without any line number at all. We should update our remapping logic to achieve the same thing.