16

I used Logcat to show json data in android studio, but it just showed in single line and it couldn't show the whole json data. So how should I do can make Logcat show the whole json data in multi-line like eclipse?

Thanks for help!

Alan W.
  • 4,566
  • 2
  • 15
  • 26

1 Answers1

42

Try using the Soft Wraps. Turn it on in the Android Monitor tool window. That should make it wrap the content.

enter image description here

Henry
  • 17,490
  • 7
  • 63
  • 98