functions-samples
functions-samples copied to clipboard
Crashlytics not reporting crashes If unity as library used
Crashlytics is not reporting crashes in unity for below given case
- Create a null reference/Format exception inside unity
- Integrate the above unity as a library with android native module(please refer https://blogs.unity3d.com/2019/06/17/add-features-powered-by-unity-to-native-mobile-apps/)
- Integrate crashlytics in Android native
- Deploy it on Android device and check if crashes are being reported to Firebase Crashlytics dashboard
How to reproduce these conditions
Sample name or URL where you found the bug
Failing Function code used (including require/import commands at the top)
Steps to set up and reproduce
Sample data pasted or attached as JSON (not an image)
Security rules used
Debug output
Errors in the console logs
Screenshots
Expected behavior
Actual behavior
I have the same problem, any solutions?
We are using Unity Cloud Diagnostics at Unity and Firebase Crashlytics at Android Native.