firebase / firebase/firebase-android-sdk

Report handled exceptions from NDK/C++

Open
#2,309 1 comment 4 reactions 0 assignees View on GitHub
api: crashlytics type: feature request
Dominant language
Java
Stars
2.6k
Forks
710
Avg merge
2d 23h
Merged PRs (30d)
34

Description

## What feature would you like to see?

Being able to report a handled crash or issue from NDK/C++. Currently I need to call a Java method to report a handled exception, but firebase groups them all at the Java handler code, so I get a single issue in the web console, while there are many different ones. Other option would be to be able to set a grouping hash as Bugsnag for example offers. Then I can determine myself how to group these native crashes.

## How would you use it?
Sometimes I have non fatal issues in NDK code, and would like to report them as handled exceptions. This seems not possible from NDK code itself.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.