Contents

DiagnosticLogCallStackNode

Diagnostic information that describes a single line in a call stack.

Declaration

object DiagnosticLogCallStackNode

Properties

NameTypeDescription
sampleCountinteger

The number of samples that captured the frame. Samples are taken at consistent intervals, meaning a greater number of samples results in a greater value for the metric.

isBlameFrameboolean

A Boolean value that indicates whether the frame is the responsibility of your app.

binaryNamestring

The name of the binary responsible for the frame.

binaryUUIDstring

The unique identifier of the binary image that contains the frame.

symbolNamestring

The name of the symbol in your code.

fileNamestring

The file name of the file where the frame is defined.

addressstring

The memory address of the frame.

insightsCategorystring

The insight category that applies to the frame.

lineNumberstring

The line number where the function is invoked.

offsetIntoBinaryTextSegmentstring

The number of bytes the frame is offset from the start of the binary text segment, for unsymbolicated frames.

offsetIntoSymbolstring

The number of bytes the frame is offset from the start of the function, for symbolicated frames.

rawFramestring

The unparsed frame from the log.

subFrames[DiagnosticLogCallStackNode]

An array of call stack frames.

See Also

Objects and Types