PDA

View Full Version : Qt - Automatic bug reporting facility



h123
30th July 2009, 11:55
Hi,
My application requires to have 'Automatic bug reporting' facility.
Is Qt provides facility for this?
Can you please suggest some alternative ideas.
Thank you.

yogeshgokul
30th July 2009, 11:58
I am not sure what you mean by automatic bug reporting. I guess you are talking about, the "Report to Microsoft about it" kinda feature. I dont think so, Qt provides that. You have to manually create that functionality. You need to handle all exceptions and send their identity to your own web service for instance. You can refer this (http://doc.trolltech.com/4.1/qtestlib-manual.html) library for testing module.

h123
31st July 2009, 08:33
Hi yogeshgokul,
Yes, I am looking the "Report to Microsoft about it" kinda bug reporting feature...