Version: 2019.4

NativeLeakDetectionMode

enumeration

マニュアルに切り替える

説明

Native leak memory leak detection mode enum.

変数

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