flimberger / alogview

A coloured log viewer written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show info from crash_dump process on native crashes

flimberger opened this issue · comments

To improve experience during native development, the information from the crash_dump service should be printed, which usually includes a stack trace. This information is discarded if alogview filters for package names, which is unfortunate. Since alogview already checks for messages from the ActivityManager, it should be possible to do the same for the crash_dump process.