Zen API
|
kStatus kBackTrace_Capture | ( | kBackTrace | trace, |
kSize | skip | ||
) |
Captures back trace information.
If supported by the underlying platform, the set of active functions on the call stack will be captured. For platforms that do not support back trace, the capture operation will succeed but the resulting trace will be empty.
trace | Back trace object. |
skip | Count of recent functions to omit from trace. |