diff options
Diffstat (limited to 'runtime/thread.cc')
-rw-r--r-- | runtime/thread.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/thread.cc b/runtime/thread.cc index 2ebbe1327d..c648f0f55c 100644 --- a/runtime/thread.cc +++ b/runtime/thread.cc @@ -4846,7 +4846,7 @@ int Thread::GetNativePriority() const { return priority; } -void Thread::AbortInThis(std::string message) { +void Thread::AbortInThis(const std::string& message) { std::string thread_name; Thread::Current()->GetThreadName(thread_name); LOG(ERROR) << message; |