kinda new to debugging here. I'm running a custom rom on my device and I've started to get random reboots. I wanted to look at logs and find out. But I don't really know what to look for in these logs.
Any ideas as to how I should go about doing this?
Any help would be really appreciated .
adb logcat
may contain valuable information. Regarding the question "what is relevant": Just collect several logs right before the reboot occurs and then compare the last entries. If something is present in all logs it might be relevant. – Robert May 15 '20 at 11:39