I want to implement functionality such as after the application is distributed, if application get crashed on the device and user start it again then application should ask the user to send the crash report at predefined email address.
I want to know that how can I get the crash log when application get crashed ? I want to attach crash file in mail and if user wish to send that report, he/she can send it to the already defined email address.
How can I know at which point application get crashed ?
I searched on google but could not understand the approach.
Thanks...