Home
last modified time | relevance | path

Searched refs:tombstone (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/debuggerd/test_crash_detail/src/com/android/tests/debuggerd/
DTestCrashDetail.java64 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()
/cts/hostsidetests/gwp_asan/common/android/cts/gwp_asan/
DUtils.java119 Tombstone tombstone = Android13Tombstone.Tombstone.parseFrom(data.readAllBytes()); in appExitInfoHasReport() local
120 String cause = tombstone.getCauses(0).getHumanReadable(); in appExitInfoHasReport()
/cts/hostsidetests/gwp_asan/common/proto/
Dtombstone.proto4 // - system/core/debuggerd/proto/tombstone.proto
11 // they are still able to read the tombstone using this definition, even if the
/cts/hostsidetests/gwp_asan/common/
DAndroid.bp26 srcs: ["proto/tombstone.proto"],
/cts/tests/app/AppExitTest/src/android/app/cts/
DActivityManagerAppExitInfoTest.java986 Tombstone tombstone = Tombstone.parseFrom(trace); in testNativeCrash() local
987 assertEquals(tombstone.getPid(), mStubPackagePid); in testNativeCrash()