Where can I find my crash logs?
Console prints:
default 17:16:18.554342 -0700 ReportCrash Saved crash report for APP_NAME[50432] version 1.2.3 (4) to APP_NAME_2020-03-17-171618_MacBook-Pro.crash
I would like to ask you, where could I find my crash logs?
Open the Console
app from the Application
-> Utilities
, you will see the log files.
Console app has them neatly arranged depending on if a system level process has crashed or a user level process...
From there you can see if it's in ~/Library/Logs or /Library/Logs - you will get crashes and panics and hangs in separate files. Don't forget to look in /private/var/log as well.