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
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.