You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for symbolicating APK/ZIP-embedded libraries on Android
By default, modern Android build tools will store native libraries
uncompressed, and the [loader][1] will map them directly from the APK
(instead of the package manager extracting them on installation).
This commit adds support for symbolicating these embedded libraries.
To avoid parsing ZIP structures, the offset of the library within the
archive is determined via /proc/self/maps.
[1]: https://cs.android.com/search?q=open_library_in_zipfile&ss=android%2Fplatform%2Fsuperproject%2Fmain
0 commit comments