Send report programmatically?

delphi package - automated exception handling
Post Reply
nightfreak
Posts: 3
Joined: Sun Oct 29, 2017 3:45 pm

Send report programmatically?

Post by nightfreak »

Hello,

the bug report has many useful informations and I want to be able to send the infos (the report) programmatically to a webserver, even when no exception has occured.

Is there a way to get this done?
madshi
Site Admin
Posts: 10749
Joined: Sun Mar 21, 2004 5:25 pm

Re: Send report programmatically?

Post by madshi »

A bug report contains a stack trace of the crashing thread. If you want to manually send a bug report, which kind of stack trace should madExcept produce instead? Just a stack trace of every running thread? Similar to when madExcept detects a freeze?
nightfreak
Posts: 3
Joined: Sun Oct 29, 2017 3:45 pm

Re: Send report programmatically?

Post by nightfreak »

Yes, this would be great
madshi
Site Admin
Posts: 10749
Joined: Sun Mar 21, 2004 5:25 pm

Re: Send report programmatically?

Post by madshi »

Sorry for the late reply. Does this one help?

viewtopic.php?f=4&t=27481
nightfreak
Posts: 3
Joined: Sun Oct 29, 2017 3:45 pm

Re: Send report programmatically?

Post by nightfreak »

works fine, thanks!!
Post Reply