I was wondering how do i take complete logs from android device (From the point of My application initialize to any crash or till force close of my application).
Reason i am posting here is my application is crashed some point,but when i take logs using DDMS/Logcat my crash details are over written with new logs.
How do i get my crashed reason logs..
Specially looking to capture Native Code Crash.
i.e I/DEBUG (21835): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000004...
Will this adb logcat > crash.txt ensures me that write to file will happen forever?