commit | 5e4b37213dbcc91700d1dc1c0d469ad664fe3b59 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Fri Jan 31 14:38:07 2020 -0800 |
committer | Christopher Ferris <cferris@google.com> | Fri Jan 31 14:38:07 2020 -0800 |
tree | 81abd42dddca4c20f795ab4330d1672d4ccd49ac | |
parent | 719f925df030d3e8890e36cef694a6cbe40e9cde [diff] |
Add support for xxx.so!xxx.so lines. When seeing a line like: #01 pc 0012ea14 /system/lib/libart.so!libart.so (offset 0x134000) Treat it like this line instead: #01 pc 0012ea14 /system/lib/libart.so This will allow the symbolizer to properly figure out the line numbers. Bug: 148657674 Test: Ran lines with xxx.so!xxx.so lines and verified that they decode. Change-Id: Ieea516b46a00b414c740d0b4302a5cc73da2b0a8