Should the NDK and/or platform provide a shared libunwind? #1689
Unanswered
FelixZhang00
asked this question in
Q&A
Replies: 2 comments 4 replies
-
|
The platform does provide libunwind.so. It's not available until API 29 (or maybe 30). |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The unwinder APIs are exposed from the platform's libc.so starting with API 30 (Android R). |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
a.so and b.so use a shared libunwind.so instead of static link libunwind.a
Beta Was this translation helpful? Give feedback.
All reactions