Use "long" format to parse messages

Issue #169 new
Mikhail Lopatkin repo owner created an issue

Currently messages with ": " in tag (e.g. "Y: Foobar") are parsed incorrectly - tag drops after the first colon. Long format doesn't suffer from this problem because meta (tags, time, pids) and message are in the separate lines.

I was considering using the binary format (logcat -B). It has a nice property of having full timestamps too. However it seems to change between platform versions.

Comments (0)

  1. Log in to comment