From 2c4257be8191c5eefde744e8965fcefc80a0a97d Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Fri, 24 Oct 2014 14:20:06 -0700 Subject: Tidy logging code not using UNIMPLEMENTED. Change-Id: I7a79c1671a6ff8b2040887133b3e0925ef9a3cfe --- runtime/stack.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'runtime/stack.cc') diff --git a/runtime/stack.cc b/runtime/stack.cc index 0cdc984e87..0adf0313ff 100644 --- a/runtime/stack.cc +++ b/runtime/stack.cc @@ -127,7 +127,8 @@ mirror::Object* StackVisitor::GetThisObject() const { } } else if (m->IsOptimized()) { // TODO: Implement, currently only used for exceptions when jdwp is enabled. - LOG(WARNING) << "StackVisitor::GetThisObject is unimplemented with the optimizing compiler"; + UNIMPLEMENTED(WARNING) + << "StackVisitor::GetThisObject is unimplemented with the optimizing compiler"; return nullptr; } else { const DexFile::CodeItem* code_item = m->GetCodeItem(); -- cgit v1.2.3