Available on crate feature
collateral_manager only.Expand description
Management of the product-specific collateral required to decode the Crash Log records.
The term ‘collateral tree’ used in this module defines the data structure that stores the project-specific collateral files. Each collateral file is indexed based on the these two keys:
Structs§
- Collateral
Manager - Manages the product-specific collateral files required to decode the Crash Log records.
- Embedded
Tree embedded_collateral_tree - Provides access to a collateral tree embedded in the library.
- File
System Tree fs_collateral_tree - Provides access to a collateral tree stored in the file system.
- Item
Path - A path within a
crate::collateral::PVSSto an item stored in the collateral tree. - PVSS
- A tuple of 4 strings that uniquely identifies a product.
- Target
Info - Stores various product information
Traits§
- Collateral
Tree - A trait representing a data structure that provides a direct access to the product-specific collateral files.