diff options
Diffstat (limited to 'runtime/interpreter/unstarted_runtime.cc')
-rw-r--r-- | runtime/interpreter/unstarted_runtime.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/interpreter/unstarted_runtime.cc b/runtime/interpreter/unstarted_runtime.cc index d505aea10a..98e358b8b8 100644 --- a/runtime/interpreter/unstarted_runtime.cc +++ b/runtime/interpreter/unstarted_runtime.cc @@ -858,7 +858,7 @@ void UnstartedRuntime::UnstartedThreadLocalGet( ArtMethod* init_method = h_real_to_string_class->FindDirectMethod( "<init>", "()V", cl->GetImagePointerSize()); if (init_method == nullptr) { - h_real_to_string_class->DumpClass(LOG(FATAL), mirror::Class::kDumpClassFullDetail); + h_real_to_string_class->DumpClass(LOG_STREAM(FATAL), mirror::Class::kDumpClassFullDetail); } else { JValue invoke_result; EnterInterpreterFromInvoke(self, init_method, h_real_to_string_obj.Get(), nullptr, |