mlopatkin / andlogview

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

Post-process log records of dumpstate to assign process names #336

Closed mlopatkin closed 10 months ago

mlopatkin commented 10 months ago

Some dumpstates have process information after the logcat sections, so additional pass is needed to make sure LogRecords are properly configured.

Fixes #279