I'm currently using Trac for bug tracking, but I'm looking for a solution to automatically catch/detect/notify remote bugs.
Is there a library/solution for a bug reporting system similar to the one available for Android developers at the Market Developer Console? Briefly, a solution that catches (Or can be programatically controlled) errors on a remotelly running application and sends error info (call stack, etc) to a server. Developers could, then, check the server for the reports.
I'm thinkg in something in Java or C++.