From my search, i got the below code for getting the Crash Log .
try { Process process = Runtime.getRuntime().exec(\"logcat -d\"); BufferedReader buf
I haven't tried it but looking at it gives the current log and not the crash report refer to How do I obtain crash-data from my Android application?