mlopatkin / andlogview

Tool for viewing application logs from Android devices.
https://andlogview.mlopatkin.name/
Apache License 2.0
43 stars 6 forks source link

Rewrite parsing routines #278

Closed mlopatkin closed 2 years ago

mlopatkin commented 2 years ago

The new parser framework is less ad-hoc and supports more use cases. It is better suited to support multi-line records like those in "long" format.

This PR provides a foundation for #248, #215, #169