Chromium Code Reviews| Index: runtime/bin/dbg_message.cc |
| =================================================================== |
| --- runtime/bin/dbg_message.cc (revision 31406) |
| +++ runtime/bin/dbg_message.cc (working copy) |
| @@ -264,7 +264,7 @@ |
| } |
| if (print_text_field) { |
| buf->Printf(",\"text\":\""); |
| - const intptr_t max_chars = 250; |
| + const intptr_t max_chars = 1024; |
| FormatTextualValue(buf, object, max_chars, true); |
| buf->Printf("\""); |
| } |