commit | b06e28e5b9fbabe3e69b18f31bf353eaff5d0c1f | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Thu Dec 10 13:15:00 2015 +0000 |
committer | David Srbecky <dsrbecky@google.com> | Tue Dec 15 15:11:50 2015 +0000 |
tree | 18ff419c6a3b80ecff3125f13b72a8851e848ab0 | |
parent | f71b3ade9c99ce2fec2f5049ce9c5968721e1b81 [diff] |
Refactor DexFile::DecodeDebugInfo. Split the method into two - one for locals and one for positions. All uses of the method request only one of the two and it makes the code slightly cleaner. The position variant requires fewer parameters. Expose additional line table information which was previously ignored by the decode method (prologue, epilogue, source file). Change-Id: Idf8ba98fa58ea0d2103932b5cc0af81365885107