diff options
Diffstat (limited to 'runtime/class_linker-inl.h')
-rw-r--r-- | runtime/class_linker-inl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/class_linker-inl.h b/runtime/class_linker-inl.h index 126187f092..3e842d2a29 100644 --- a/runtime/class_linker-inl.h +++ b/runtime/class_linker-inl.h @@ -260,8 +260,8 @@ ArtMethod* ClassLinker::FindMethodForProxy(mirror::Class* proxy_class, ArtMethod } } } - LOG(FATAL) << "Didn't find dex cache for " << PrettyClass(proxy_class) << " " - << PrettyMethod(proxy_method); + LOG(FATAL) << "Didn't find dex cache for " << proxy_class->PrettyClass() << " " + << proxy_method->PrettyMethod(); UNREACHABLE(); } |