commit | c5a3baa5e3262c4bae4973d8d1215dbd96e3b4ab | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Tue Oct 17 18:42:03 2017 -0700 |
committer | Christopher Ferris <cferris@google.com> | Tue Oct 17 18:42:03 2017 -0700 |
tree | 680120aefcc232a5ff22203b14f013aecdca96be | |
parent | 796987482f3a56c4bc7ab7500a5dbe033ff11ae1 [diff] |
Fix setting of map_offset in frame data. The old code set the map_offset from elf_offset, but it should have used offset. Without this change, frame data is not properly shown for shared libraries in an apk. Add new unit test to verify that map_offset is set properly. Test: Ran new unit tests. Change-Id: I2fe5abda23a5de51c8fcf9361ba9350b80446f15