---
title: DiagnosticLogCallStackNode
framework: appstoreconnectapi
role: symbol
role_heading: Object
path: appstoreconnectapi/diagnosticlogcallstacknode
---

# DiagnosticLogCallStackNode

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

## Declaration

```data
object DiagnosticLogCallStackNode
```

## Properties

sampleCount: 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. isBlameFrame: A Boolean value that indicates whether the frame is the responsibility of your app. binaryName: The name of the binary responsible for the frame. binaryUUID: The unique identifier of the binary image that contains the frame. symbolName: The name of the symbol in your code. fileName: The file name of the file where the frame is defined. address: The memory address of the frame. insightsCategory: The insight category that applies to the frame. lineNumber: The line number where the function is invoked. offsetIntoBinaryTextSegment: The number of bytes the frame is offset from the start of the binary text segment, for unsymbolicated frames. offsetIntoSymbol: The number of bytes the frame is offset from the start of the function, for symbolicated frames. rawFrame: The unparsed frame from the log. subFrames: An array of call stack frames.

## See Also

### Objects and types

- [xcodeMetrics](appstoreconnectapi/xcodemetrics.md)
- [DiagnosticInsight](appstoreconnectapi/diagnosticinsight.md)
- [DiagnosticSignaturesResponse](appstoreconnectapi/diagnosticsignaturesresponse.md)
- [DiagnosticSignature](appstoreconnectapi/diagnosticsignature.md)
- [diagnosticLogs](appstoreconnectapi/diagnosticlogs.md)
- [DiagnosticLog](appstoreconnectapi/diagnosticlog.md)
- [MetricsInsight](appstoreconnectapi/metricsinsight.md)
- [MetricCategory](appstoreconnectapi/metriccategory.md)
- [PerfPowerMetric](appstoreconnectapi/perfpowermetric.md)
- [AppPerfPowerMetricsLinkagesResponse](appstoreconnectapi/appperfpowermetricslinkagesresponse.md)
- [DiagnosticSignatureLogsLinkagesResponse](appstoreconnectapi/diagnosticsignaturelogslinkagesresponse.md)
