From 0427760a54d9649f7bcdcf27dd1e9dda1f6d5b87 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 30 Oct 2020 16:36:16 -0700 Subject: [PATCH] Docs: link to the unwinder docs. Since (a) they're not a README.md and (b) they moved git project recently, it's really hard to find these docs even if you know they exist, which no-one does. Test: N/A Change-Id: Ic12e47ef5eb09e692ac0974b1d33bc5dc83d1028 --- android-changes-for-ndk-developers.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/android-changes-for-ndk-developers.md b/android-changes-for-ndk-developers.md index da07c79df..13c891121 100644 --- a/android-changes-for-ndk-developers.md +++ b/android-changes-for-ndk-developers.md @@ -6,6 +6,11 @@ loading in various Android releases. See also [bionic status](docs/status.md) for general libc/libm/libdl behavior changes. +See also the +[unwinder documentation](https://android.googlesource.com/platform/system/unwinding/+/refs/heads/master/libunwindstack/AndroidVersions.md) +for details about changes in stack unwinding (crash dumps) between +different releases. + Required tools: the NDK has an _arch_-linux-android-readelf binary (e.g. arm-linux-androideabi-readelf or i686-linux-android-readelf) for each architecture (under toolchains/), but you can use readelf for