Version: 2023.1
언어: 한국어

CaptureFlags.NativeStackTraces

매뉴얼로 전환

설명

Specifies that Call-Stack Symbols for the Native Call-stack of each Allocation should be collected.

Native Call stacks can only be collected from a build that supports the collection of Native Call-stack information, which currently requires Source Code access. To be able to connect each allocation to its Call-stack, the CaptureFlags.NativeAllocationSites needs to be specified as well.

Corresponds to the NativeCallstackSymbol field in a Memory Snapshot.