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.