I've started working with pjsip in the last week. The most difficulty I've faced so far is debugging the crash. So currently my app is crashing and I'm not getting any information in the log except just this line
A/libc: Fatal signal 6 (SIGABRT) at 0x00006b14 (code=-6), thread 27412
It's clearly not enough information to debug the issue.
So is there is any other way i can get stacktrace of crash in my android studio log?