summaryrefslogtreecommitdiff
path: root/runtime/entrypoints/entrypoint_utils-inl.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/entrypoints/entrypoint_utils-inl.h')
-rw-r--r--runtime/entrypoints/entrypoint_utils-inl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/entrypoints/entrypoint_utils-inl.h b/runtime/entrypoints/entrypoint_utils-inl.h
index d3370afb50..b36c5c3c96 100644
--- a/runtime/entrypoints/entrypoint_utils-inl.h
+++ b/runtime/entrypoints/entrypoint_utils-inl.h
@@ -96,7 +96,7 @@ inline std::string GetResolvedMethodErrorString(ClassLinker* class_linker,
<< static_cast<const void*>(outer_method->GetDexFile())
<< "). MethodInfo: method_index=" << std::dec << method_index
<< ", is_in_bootclasspath=" << std::boolalpha
- << (method_info.GetDexFileIndexKind() == MethodInfo::kKindBCP)
+ << (method_info.GetDexFileIndexKind() == MethodInfo::kKindBCP) << std::noboolalpha
<< ", dex_file_index=" << std::dec << method_info.GetDexFileIndex() << ".";
return error_ss.str();
}