NativeLeakDetectionMode
enumeration
Description 描述
Native leak memory leak detection mode enum.
Properties 属性
| EnabledWithStackTrace | Indicates that native memory leak detection is enabled with full stack trace extraction & logging. | ||
| Enabled | Indicates that native memory leak detection is enabled. It is lightweight and will not collect any stacktraces. | ||
| Disabled | Indicates that native memory leak detection is disabled. |