How can I see long texts/msg in logcat?

后端 未结 5 1271
谎友^
谎友^ 2021-02-05 07:44

Since we are using logcat as a console for android. There are cases when the the output text/msg is kinda big and I can\'t see the complete output. The log cat shows only the st

5条回答
  •  被撕碎了的回忆
    2021-02-05 08:16

    If you want to write long messages to see in logcat it may be worth writing your own wrapper around the android.util.Log methods which splits your long message over multiple lines.

提交回复
热议问题