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
Auto merge of #2144 - kjvalencik:master, r=JohnTitor
Add dl_iterate_phdr to Android
Adds the `dl_iterate_phdr` function for Android targets. This is required for Android support in `gimli` and by proxy, `backtrace`.
I tested this in [`backtrace`](https://crates.io/crates/backtrace) both in an i686 emulator and a physical arm64 device.
This API is only available on Version 21+. I'm not sure how that's typically handled in `libc`, so I added a doc comment.
Let me know what else is needed!
0 commit comments