Home
last modified time | relevance | path

Searched refs:CrashInfoDataV1 (Results 1 – 2 of 2) sorted by relevance

/system/core/debuggerd/
Dprotocol.h88 struct __attribute__((__packed__)) CrashInfoDataV1 { struct
94 struct __attribute__((__packed__)) CrashInfoDataV2 : public CrashInfoDataV1 { argument
101 CrashInfoDataV1 v1;
Dcrash_dump.cpp267 expected_size = sizeof(CrashInfoHeader) + sizeof(CrashInfoDataV1); in ReadCrashInfo()