quilt-standard-libraries icon indicating copy to clipboard operation
quilt-standard-libraries copied to clipboard

Improvements over the Crash Report API

Open LambdAurora opened this issue 2 years ago • 0 comments

While porting the API I noticed some issues with it, especially the CRASH_REPORT_CREATION event.

The event pass CrashReport, if you want to add a new section you'll do CrashReport#addElement, but it caused crashes due to its stacktrace trimming system. This has been solved with bound checks, but I'm lead to think we probably should have a context object instead to allow our own addElement logic. Is this relevant? Would this be actually useful?

LambdAurora avatar Nov 18 '21 09:11 LambdAurora