Home | History | Annotate | Download | only in debuggerd

Lines Matching full:tombstone

44 #include "tombstone.h"
323 // Only log the first 3 frames, put the rest in the tombstone.
485 * that don't match the specified pid, and writes them to the tombstone file.
536 * the tombstone file.
618 * Dumps the logs generated by the specified pid to the tombstone, from both
663 * Dumps all information about the specified pid to the tombstone.
668 /* don't copy log messages to tombstone unless this is a dev device */
726 * find_and_open_tombstone - find an available tombstone slot, if any, of the
730 * Returns the path of the tombstone file, allocated using malloc(). Caller must free() it.
774 LOG("failed to open tombstone file '%s': %s\n", path, strerror(errno));