commit | 6641ea12b98dda9ec45d29f20e43f85698b88a02 | [log] [tgz] |
---|---|---|
author | jeffhao <jeffhao@google.com> | Wed Jan 02 18:13:42 2013 -0800 |
committer | jeffhao <jeffhao@google.com> | Thu Jan 03 14:40:36 2013 -0800 |
tree | 1ffeecc0d83c3ec6158bcdbaf8851e716f24f2d7 | |
parent | 1d6df8edb5b177bd24d692e1fa854272af394d0a [diff] |
Fix stack walking when top frame has null method pointer. Changed the do-while loop to just a while loop in the stack walk. This fixes the case where the top frame has a null method pointer, which can happen during instrumentation. Change-Id: If7d67cd315d31bac4c1bbe31d6e385612b182935