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!
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!
Try using the Soft Wraps
. Turn it on in the Android Monitor
tool window. That should make it wrap the content.
© 2022 - 2024 — McMap. All rights reserved.