I'M writing some stuff in the wonderful world of system libraries, and I'm getting crashes in libc, which my library is apparently passing bad values.
Is there any way that I can have Android generate a core dump for the crashing application so I can decompose the application stack?
Im particular, I'm causing system_server to crash, if that helps.
EDIT: The gist of my problem is this: When the application crashes within a library like libc, then the tombstone that gets output shows a stack trace within libc. If I had a full stack trace, then I could debug the entire application.