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
This commit is contained in:
Elliott Hughes 2020-10-30 16:36:16 -07:00
parent 10c2875934
commit 0427760a54

View file

@ -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