Crash reporting solutions for embedded Linux?

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

Not at the moment. Most of our code is written in Go, so stack traces are built in, but you have to submit them manually.

1 Like