diff options
| -rw-r--r-- | runtime/debugger.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/debugger.cc b/runtime/debugger.cc index 88269e5578..73f83a2f12 100644 --- a/runtime/debugger.cc +++ b/runtime/debugger.cc @@ -1324,7 +1324,7 @@ void Dbg::OutputLineTable(JDWP::RefTypeId, JDWP::MethodId method_id, JDWP::Expan expandBufAdd8BE(pContext->pReply, address); expandBufAdd4BE(pContext->pReply, line_number); pContext->numItems++; - return true; + return false; } }; mirror::ArtMethod* m = FromMethodId(method_id); |