Open Eeems opened 3 years ago
Perhaps manually emit readyReadStandardOutput and readyReadStandardError? https://github.com/Eeems/oxide/blob/master/applications/system-service/application.h#L399-L416
Perhaps manually emit readyReadStandardOutput and readyReadStandardError? https://github.com/Eeems/oxide/blob/master/applications/system-service/application.h#L399-L416
I'm not sure that this actually helps when I've tried it
Describe the bug If an application crashes quickly after startup, there is no log output captured.
To Reproduce Steps to reproduce the behavior:
journalctl -eu tarnish
) and you'll see that it reports codes.eeems.corrupt as crashing but there is no log output.Expected behavior The log output of the crashed application should be visible to assist with debugging.