1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-09-13 20:17:58 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Ali Chraghi
ca5b939fcf Base: Update crash reporter icon 2022-04-04 22:06:48 +01:00
Linus Groh
b13b27b4d2 Applications: Add CrashReporter :^)
This is a simple application that can read a coredump file and display
information regarding the crash, like the application's name and icon
and a backtrace. It will be launched by CrashDaemon whenever a new
coredump is available.
Also, it's mostly written in GML! :^)

Closes #400, but note that, unlike mentioned in that issue, this
implementation doesn't ignore applications that "have been started in
the terminal". That's just overcomplicating things, IMO. When my js(1)
REPL segfaults, I want to see a backtrace!
2020-12-29 15:42:30 +01:00