This version of Unity is unsupported.
Method group is Obsolete

Application.stackTraceLogType

Obsolete Use SetStackTraceLogType/GetStackTraceLogType instead. public static StackTraceLogType stackTraceLogType;

Description

Obsolete. Use Application.SetStackTraceLogType.

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.