Recently I’ve been trying to trace some kernel debugging being generated on an android phone and the relative shortness of dmesg has been proving an issue. I figured there would be another way and of course there is…

On a computer attached via a USB cable with USB debugging enabled, simply do

adb shell cat /proc/kmsg<br></br>

Simple when you know how 🙂