darshanparajuli / LogcatReader

A simple app for viewing logs on an android device.
MIT License
580 stars 103 forks source link

Option to not split lines #45

Open crearo opened 4 years ago

crearo commented 4 years ago

It's be really great to not split lines between the tag and the actual log text. This makes grepping a lot easier. Best would be if it it was impossible to differentiate between the app's logcat files and a usual adb logcat > log.txt

gzmgs commented 3 years ago

and better leave the spaces between date ,time ,pid and tid (as it is in adb logcat output), so that users can easily split text into different columns using excel etc.