getsentry / symbolicator

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

feat(proguard): Remap additional class names #1496

Closed loewenheim closed 4 months ago

loewenheim commented 4 months ago

This allows sending an additional list of class names not attached to any stack frame or exception with a proguard request. These classes will be deobfuscated and returned in the form of a map from obfuscated to deobfuscated names.

The intended use case is deobfuscating view hierarchies.