Home
last modified time | relevance | path

Searched refs:CrashInfoDataV2 (Results 1 – 3 of 3) sorted by relevance

/system/core/debuggerd/
Dprotocol.h94 struct __attribute__((__packed__)) CrashInfoDataV2 : public CrashInfoDataV1 { struct
102 CrashInfoDataV2 v2; argument
Dcrash_dump.cpp271 expected_size = sizeof(CrashInfoHeader) + sizeof(CrashInfoDataV2); in ReadCrashInfo()
/system/core/debuggerd/handler/
Ddebuggerd_handler.cpp345 constexpr size_t expected = sizeof(CrashInfoHeader) + sizeof(CrashInfoDataV2); in debuggerd_dispatch_pseudothread()