Page 1 of 1

Send report programmatically?

Posted: Sun Oct 29, 2017 10:33 pm
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?

Re: Send report programmatically?

Posted: Wed Nov 01, 2017 8:59 am
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?

Re: Send report programmatically?

Posted: Wed Nov 01, 2017 4:34 pm
by nightfreak
Yes, this would be great

Re: Send report programmatically?

Posted: Thu Nov 09, 2017 3:13 pm
by madshi
Sorry for the late reply. Does this one help?

viewtopic.php?f=4&t=27481

Re: Send report programmatically?

Posted: Fri Nov 10, 2017 1:03 am
by nightfreak
works fine, thanks!!