commit | 6aee84fcdcd45e22bf15800941ffdca559e0cf6d | [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 | 655ec9339f798a5423fa37a0bb04a7c7612bbcbb [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