-
Notifications
You must be signed in to change notification settings - Fork 272
Changelog r29
Dan Albert edited this page Mar 4, 2025
·
1 revision
Report issues to GitHub.
For Android Studio issues, go to https://b.android.com and file a bug using the Android Studio component, not the NDK component.
If you're a build system maintainer that needs to use the tools in the NDK directly, see the build system maintainers guide.
- Updated LLVM to clang-r547379. See
clang_source_info.md
in the toolchain directory for version information. - ndk-stack will now find symbols in files with matching build IDs even if the file names do not match.
- ndk-stack will now find symbols in files with matching build IDs even if the name of the file is not present in the trace.
-
Issue 2078: ndk-stack now accepts a native-debug-symbols.zip file for the
--sym
argument as an alternative to a directory.