Skip to main content

Crate posthog_symbol_data

Crate posthog_symbol_data 

Source

Structs§

AppleDsym
ElfDebugInfo
Debug information for a native ELF binary, packaged as a ZIP with the DWARF-bearing binary stored as dwarf at the root plus an optional __source/ bundle — the same layout as AppleDsym.
HermesMap
ProguardMapping
SourceAndMap

Enums§

SymbolDataError

Functions§

read_symbol_data
read_symbol_data_with_byte_count
Like read_as, but also returns the decompressed payload byte count. This is useful for cache memory accounting when the container uses compression, since the compressed size can be much smaller than the actual data in memory.
write_symbol_data
write_symbol_data_uncompressed