I have developed Android phone app. Sometimes the app gets crashed without any warning. I couldn't find anything in logcat. Like the error in the code. What I get is
A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x20 in tid 3209 (Binder:3158_1)
Since I am new to Android, I don't know exactly what is going wrong. What I ask for is, how can I debug this error? Are there any Android traces to look further into this?
I know that I didn't provide the code but there is no specific error shown in the logcat. How can I look for the bug?