Re: [android-kernel] about last_kmsg and tombstone files

2011-07-13 Thread Alexander Golec
last_kmsg is a dump of the printk statements from the kernel before the operating system itself crashed. Tombstones are miniature core dumps generated by the operating system when a userspace Android application crashes. I suggest you look into the panic() function in an LXR for the second ques

[android-kernel] about last_kmsg and tombstone files

2011-07-13 Thread claire
hello i'm writing this letter because i have some questions about kernel log. 1. The difference between last_kmsg and tombstones? i heard last_kmsg is created by kernel panic but i also heard tombstones is created in same case. but when kernel panic happened, i just only got last_kmsg ... so