Android real-time kernel log Print

Because access is / proc / kmsg, and therefore need to obtain root privileges:

adb root
adb shell "while true; do cat; sleep 1; done < /proc/kmsg"

 

Guess you like

Origin www.cnblogs.com/Cqlismy/p/11758391.html