Show info from crash_dump process on native crashes
flimberger opened this issue · 0 comments
flimberger commented
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.