Nicely done!
You can have your phone build a bugreport.zip file.
2 Methods to get it:
inside of the zip are several: FS/data/misc/recovery/last_ksmg files
These are kernel logs from each time your phone was on--between boot up and shutdown/off.
Last_kmsg is right now--boot up until this point in time.
So, last_kmsg.1 is the previous time the phone was on which will be your crash. There might be something big near the end of the file (Keep in mind, many functional apps have "errors" and "warnings" all the time.)
Might have something useful. The phone might have not had time to record an error during a catastrophic issue forcing it off.
Other things not relevant right now:
FS/data/anr/*
dumps of apps that froze and were killed.
FS/data/tombstones/*
App crash dumps. 0 oldest. highest number newest.
happy fishing