android studio Logcat shows json data in single line and part of data
Asked Answered
M

1

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!

Monoploid answered 1/11, 2015 at 14:8 Comment(0)
A
43

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

Athena answered 1/11, 2015 at 15:11 Comment(1)
Android Monitor now can be accessed from the command line only. see this: https://mcmap.net/q/235494/-how-to-open-android-device-monitor-in-latest-android-studio-3-1Frequency

© 2022 - 2024 — McMap. All rights reserved.