I am developing an android app. I got one weird issue while testing my app.
My app is crashing
randomly at any moment showing this dialog:
"Unfortunately XYX app has stopped"
When I tracked the logs I got this one:
Fatal signal 11 (SIGSEGV), code 1, fault addr 0xdbc in tid 11744 (FinalizerDaemon)
Native Libraries Used:
compile 'com.android.support:support-v4:23.2.0'
compile 'com.android.support:appcompat-v7:23.2.0'
compile 'com.android.support:design:23.2.0'
compile 'com.android.support:cardview-v7:23.2.0'
compile 'com.squareup.retrofit:retrofit:1.9.0'
compile 'com.google.android.gms:play-services-location:8.3.0'
compile('com.crashlytics.sdk.android:crashlytics:2.5.5@aar')
I am unable to fix this bug. I searched a lot but couldn't find anything useful.
I developing in API version 8-22.