Replies: 2 comments 5 replies
-
note that the NDK release notes actually say LLVM libunwind is the default. that's not the same as https://www.nongnu.org/libunwind/. so i'd expect <unwind.h> to work, but not <libunwind.h>. if you actually want the higher-level <execinfo.h>, that's in bionic from Android T. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here it states that libunwind is the default unwinder for NDK23?
https://github.com/android/ndk/wiki/Changelog-r23#changes
https://android.googlesource.com/platform/ndk/+/master/docs/BuildSystemMaintainers.md#Unwinding
Am I supposed to be able to use this from my own app? In that case is libunwind.h missing from the NDK?
Beta Was this translation helpful? Give feedback.
All reactions