commit | 35782d4cebc9d54d7866c8a250038465cafdac0a | [log] [tgz] |
---|---|---|
author | Daniel Jin <danjin@fb.com> | Wed Jan 19 14:58:15 2022 -0800 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Mon Jan 24 09:20:21 2022 +0000 |
tree | fccadcdb1d2b74e8f32224256602b5ada17481d9 | |
parent | 9e143273fa7ed56797b0dc34a35d88e5f6d31183 [diff] |
Emit dex_pc as line number when debug info is unavailable for ANR traces This commit makes ANR stack traces behave like Java stack traces when we fail to map debug info to a line number. That is, we null out the source_file and use the dex_pc as the line number. Test: art/test.py -b --host Change-Id: Ia1cceba439ba6912393415f5bc54199dcc0c3d23