stackTraceLogType
Obsolete. Use Application.SetStackTraceLogType.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static StackTraceLogType stackTraceLogType { get; set; }
Remarks
Set the stack trace logging options The default value is StackTraceLogType.ScriptOnly.
Use this when you want more debugging information printed in log messages. For example, if you set StackTraceLogType.Full, both native and managed stack traces will be included.