He might not know how to get a log for that... @syrkles First things first, in development settings enable the built in terminal app if it isn't already, (you probably need a reboot after enabling it), then as soon as you get a random reboot, open terminal and type "su" enter, you'll get a root access prompt, allow it, then type the following into the terminal, "cat /proc/last_kmsg > /sdcard1/last_kmsg.txt" it should dump a text file of the reboot issue onto your sdcard. Grab that and get it to phenomx4. Remember to leave out the quotes when entering the commands. If you get an error trying to output the log, try sending out to sdcard0, which should be internal storage.
I've never retrieved a logcat before. I don't have any particular need to at the moment either but I was hoping to just learn to do it. Thru Terminal, I tried entering the above with no success. I tried several other variations with no success but I couldn't simply copy and paste either.
Cat/process/last_kmsg > /sdcard1/last_kmsg.txt
Does that look right? I'm also using kk if that matters.