commit | 53ef6a65714ddc90de3b4c624d6434ef482d714b | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Fri Feb 09 23:13:27 2018 -0800 |
committer | Christopher Ferris <cferris@google.com> | Fri Feb 09 23:13:27 2018 -0800 |
tree | d74ae44792fa75246b7dd5ccc1d8d1a1cbf97934 | |
parent | 0dc1b92c76bd8a85ae4f5dad1dea61a11660d9cc [diff] |
Add offset for native stack dump. When dumping the stack from a shared library loaded out of an apk, the art stack dumper didn't match the backtrace unwinding code and include an offset. Add that back in so that this backtrace can be passed to go/as. Test: Loaded an app with a shared library from an apk and did a kill -3. Test: Observed that the offset value is set properly. Change-Id: I881946330e76b9aab28cf7dbd94fe406bac7895a