Is there anything like Crashpad or Crashlytics that would send crash stack trace telemetry to a server to notify developers of problems?
Crashpad is described as crash telemetry to catch exceptions, stack trace and send crash report that can be tied to symbols to help the developer understand where the crash originated.
I am not interested in only firmware update related crashes but in day-to-day app usage crashes.
https://chromium.googlesource.com/crashpad/crashpad/+/HEAD/doc/overview_design.md
-Ed