commit | ef76c3fa57ddf3f7ca32e118f599da8cb4eb1560 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Fri Jul 17 18:46:32 2015 -0700 |
committer | Mathieu Chartier <mathieuc@google.com> | Fri Jul 17 18:49:18 2015 -0700 |
tree | 360c0fc574cb37d7af59f217880673d3b8fe86c5 | |
parent | 11237947eefd3ec3167d9df41f2f3a041e717b6f [diff] |
Get non proxy method for StackDumpVisitor Fixes failing DCHECK. Bug: 22553459 Change-Id: I6fe1012f9a5f8d29cb98bf25e3a279da51c5e1c0
diff --git a/runtime/thread.cc b/runtime/thread.cc index b9753e1..a2edfa3 100644 --- a/runtime/thread.cc +++ b/runtime/thread.cc
@@ -1180,6 +1180,7 @@ if (m->IsRuntimeMethod()) { return true; } + m = m->GetInterfaceMethodIfProxy(sizeof(void*)); const int kMaxRepetition = 3; mirror::Class* c = m->GetDeclaringClass(); mirror::DexCache* dex_cache = c->GetDexCache();