Is it possible to manually report a crash or error to the Android Vitals statistics. As for now I've been able to close my application nicely with an error message for the user, where it used to crash.
However, I would still like to have these "soft" crashes reported to Android Vitals, is this possible?
(Note that the app I'm developing is a pure NDK/C++ application)