Class CrashReportHandler
Inheritance
CrashReportHandler
Assembly: UnityEngine.dll
Syntax
public class CrashReportHandler
Properties
enableCaptureExceptions
Declaration
public static bool enableCaptureExceptions { get; set; }
Property Value
logBufferSize
Declaration
public static uint logBufferSize { get; set; }
Property Value
Methods
Declaration
public static string GetUserMetadata(string key)
Parameters
Type |
Name |
Description |
String |
key |
|
Returns
Declaration
public static void SetUserMetadata(string key, string value)
Parameters
Extension Methods