To send a silent report (i.e. something the user isn't aware of) you can use the details here: http://code.google.com/p/acra/wiki/ACRA3HowTo#Can_I_send_reports_for_caught_exceptions_?_or_for_unexpected_app
<http://code.google.com/p/acra/wiki/ACRA3HowTo#Can_I_send_reports_for_caught_exceptions_?_or_for_unexpected_app>So in code when you catch an exception you want to log, you simply put in: ErrorReporter.getInstance().handleException(caughtException); If you don't have an exception thrown but you still want to log something then I think there is a variant of that method you can call which will accept a string instead. I don't have java opened so can't confirm the exact method. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

