Collect exception reports in Java application -
i'm maintaining desktop java application has small medium user base. pretty useless mails saying "something went wrong" , i'm left digging through source code, unable reproduce problem.
now i'm wondering if there library allow me collect exceptions when happen, present small dialog users , if/when agree, post stack trace webserver. i'm looking similar application crash report android (acra), desktop java applications.
if using slf4j , logback, can configure appender send detailed error reports ctrlflow automated error reporting server (which offers filtering , aggregation of incoming reports + dashboards + email digest). blog post has information on how configure logback accordingly.
if want present user confirmation dialog first, may have extend existing appender, though – unless “desktop java application” “eclipse rich client platform applications.” in case work has been done you. see webinar more information.
Comments
Post a Comment