Firebase Crash Reporting - Does it support NDK now?

395 Views Asked by At

Does Firebase Crash reporting support NDK / C++ in the latest version?

Has anybody tested it and how are the results?

2

There are 2 best solutions below

0
On BEST ANSWER

Firebase Crash Reporting currently does not support NDK/native code. The team recommends use of Crashlyics (acquired by Google) for NDK crash reporting.

1
On

Firebase Crash Reporting automatically generates reports for fatal errors (or uncaught exceptions). However, you can also generate reports in instances where you catch an exception but still want to report the occurrence. To report such an error, you can follow the steps listed on official Doc :

Some time You got an email from google Firebase to your registered email address to solve out bug

only supports collecting Java crashes (on Android).

For more information look this blog