Home
last modified time | relevance | path

Searched refs:result_string (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Ddebugger.cc4135 std::string result_string; in ExecuteMethodWithoutPendingException() local
4136 JDWP::JdwpError error = Dbg::StringToUtf8(result_value, &result_string); in ExecuteMethodWithoutPendingException()
4138 VLOG(jdwp) << " string '" << result_string << "'"; in ExecuteMethodWithoutPendingException()