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:
parent
10c2875934
commit
0427760a54
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue