FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kNode_Report ( kNode  node,
kObject report,
kAlloc  allocator 
)

Creates a report containing a description of current node state.

The generated report will include at least general node information, log data, crash logs (if applicable), health statistics, health logs, mode configuration, and device configuration.

The report object created by this method can be serialized with kDat6Serializer, cloned, and/or destroyed. For future compatibility, it is recommended to avoid additional programmatic interactions with the report object.

Parameters
nodekNode object.
reportReceives node report object.
allocatorAllocator for report (optional; can be kNULL).
Returns
Operation status.
See also
kNode_SaveReport