Class CrashReportingSettings
Inherited Members
Namespace: UnityEditor.CrashReporting
Assembly: UnityEditor.dll
Syntax
public static class CrashReportingSettings
Properties
captureEditorExceptions
Declaration
public static bool captureEditorExceptions { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
enabled
Declaration
public static bool enabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
logBufferSize
Declaration
public static uint logBufferSize { get; set; }
Property Value
Type | Description |
---|---|
UInt32 |