Recommendations for embedded Linux crash reporting and telemetry?

Can anyone recommend solutions to notify developers when their embedded Linux system or app is crashing?

On Android and iOS I use Google Crashlytics which sends email notifications of new crashes. I could upload symbols and browse stack traces on Google Firebase console. This worked well.

I was hoping there was something similar for embedded Linux and IOT devices that could occasionally connect to Internet and upload logs and mini-dumps.

Basically a solution for remote crash reporting telemetry.

Thanks in advance for any suggestions,

-Ed

Hi @embeddedEd

There are some proprietary solutions available like for example from Teamviewer:

Or loggly:

Or Sematext:
https://sematext.com/docs/logagent/how-to-centralize-linux-system-journal/

You can also try to implement it on your own by using systemd-journal-remote:
https://www.freedesktop.org/software/systemd/man/systemd-journal-remote.html

Maybe some of these works for you?

Regards,
Stefan