StackTraceLogType
Stack trace logging options.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public enum StackTraceLogType
Remarks
Additional Resources: Application.stackTraceLogType.
Fields
Value | Description |
|---|---|
| Full | Native and managed stack trace will be logged. |
| None | No stack trace will be outputed to log. |
| ScriptOnly | Only managed stack trace will be outputed. |