Sunday, January 27, 2013

collecting kernel logs on android devices

For kernel logs
adb shell cat /proc/kmsg > kmsg.log
For platform logs:
adb logcat -v time >plat.log