Open
Description
We are using firebase-crashlytics-ndk 18.6.2.
Some of the native crashes reported by Firebase Crashlytics are inaccurate — the app did not actually crash but merely experienced an ANR (Application Not Responding). These reported crashes often involve native stack traces referencing modules like libart.so or libc.so. We need to further investigate the root cause to determine whether these reports are false positives triggered by Crashlytics, and to better understand its behavior in handling native signals and ANR detection.