Version: 2022.2
언어: 한국어

NativeLeakDetectionMode

enumeration

매뉴얼로 전환

설명

Native leak memory leak detection mode enum.

변수

DisabledIndicates that native memory leak detection is disabled.
EnabledIndicates that native memory leak detection is enabled. It is lightweight and will not collect any stacktraces.
EnabledWithStackTraceIndicates that native memory leak detection is enabled with full stack trace extraction & logging.