Possible Duplicate:
ACRA with android: How to execute code before crash is reported
I am using ACRA for crash reporting. When a crash happens, ACRA reports. how can I execute a code before a crash gets reported? I want to add some custom variables when crash happens so it gets sent along with the report. Is there a function I can override or something like that?
Thanks