commit | 11ec23b35d6425600a422d6f070e6f7cc177760c | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Fri Oct 12 16:33:42 2018 -0700 |
committer | Christopher Ferris <cferris@google.com> | Fri Oct 12 16:36:35 2018 -0700 |
tree | 3d46d25d62d65fe8fd5a4da5648875b93fab1565 | |
parent | f53cdcc753769ff7b7a8a7c78e115a504faced93 [diff] |
Fix problem adding too many frames. When adding a frame with a dex pc, two frames will be added total. However, if there is only enough room for a single frame, two get added any way. Only add a single frame in this case, and add a unit test for this case. Test: Passes unit tests. Change-Id: If320584b126967a042c623d8fdf3f51dbc1c2251