Hi,
I am trying to figure out which part of the android code generates/updates the tombstones files.
When I went through the /data/tombstones there are multiple files generates for the application crash. And these files are like tombstone_00, tombstone_01, tombstone_02.
Does any one know the significance of this 00, 01, 02 etc.?
I would like to know the where the code for tombstones is available in android source code. Can some one point me to the same?
I have gone through this file
dalvik/dx/src/com/android/dx/cf/code/ExecutionStack.java
and looks like this is where the stack trace in tombstones generated. Can someone confirm the same?
Thank you,
Adi