Open
Description
OpenTelemetry-Android currently does not handle native crashes (e.g., crashes caused by C/C++ code within Android applications)
Native crashes are common in applications that use JNI (Java Native Interface) for interacting with native libraries or in apps that include high-performance, low-level code written in C or C++. These crashes can result in a poor user experience, and without proper reporting, developers lack visibility into the root causes.