Searched refs:tombstone (Results 1 – 5 of 5) sorted by relevance
64 for (String tombstone : tombstones) { in tearDown()65 if (!tombstone.endsWith(".pb")) { in tearDown()68 String tombstonePath = "/data/tombstones/" + tombstone; in tearDown()81 for (String tombstone : tombstones) { in findTombstone()82 if (!tombstone.endsWith(".pb")) { in findTombstone()85 String tombstonePath = "/data/tombstones/" + tombstone; in findTombstone()
119 Tombstone tombstone = Android13Tombstone.Tombstone.parseFrom(data.readAllBytes()); in appExitInfoHasReport() local120 String cause = tombstone.getCauses(0).getHumanReadable(); in appExitInfoHasReport()
4 // - system/core/debuggerd/proto/tombstone.proto11 // they are still able to read the tombstone using this definition, even if the
26 srcs: ["proto/tombstone.proto"],
986 Tombstone tombstone = Tombstone.parseFrom(trace); in testNativeCrash() local987 assertEquals(tombstone.getPid(), mStubPackagePid); in testNativeCrash()