My application runs as a background process on Linux. It is currently started at the command line in a Terminal window.
Recently a user was executing the application
Try:
dmesg -T| grep -E -i -B100 'killed process'
Where -B100 signifies the number of lines before the kill happened.
-B100
Omit -T on Mac OS.