As my title, i need to know whether a file contains all the crash report in android. Let me explain in detail. In iphone developer can take all crash reports in iphone application by synchronizing the device into system in the specific directory in Mac.All the crash reports are stored in directory with the individual device name.
Likewise i need to get all the crash report for android device. As i googled, i got some suggestion as using ACRA we can get the crash report in Google Doc or as email.
Is there a single way to get crash report or any other way to get it? If so please guide to get the crash report. i'm in running out of time.