I’m encountering a segmentation fault (SIGSEGV) in my Android project, and I’m having trouble diagnosing the issue. Issue: The crash occurs intermittently and is related to the art::Trace::LogMethodTraceEvent
function in the Android Runtime (ART). This function appears to be involved in method tracing. In my searches i found the issue may cause of memory but even if the problem that, how can i solve this problem.