Метод | Описание | |
---|---|---|
AddExtra ( String key, String value ) : void |
Adds debug information to be sent with any crashes that occur in the future
|
|
ClearExtras ( ) : void |
Wipes all debug information that was to be sent if a crash occured
|
|
SetUserIdentifier ( ) : void |
Sets the User ID that accompanies any crashes
|
|
Throw ( String message, |
Reports an error to the user, and provides the option to report if the crash is critical enough
|
|
Throw ( String message, bool canReport = true ) : void |
Reports an error to the user, and provides the option to report if the crash is critical enough
|
public static AddExtra ( String key, String value ) : void | ||
key | String | Identifier for the debug information |
value | String | The debug information to send |
Результат | void |
public static SetUserIdentifier ( ) : void | ||
Результат | void |
public static Throw ( String message, |
||
message | String | Message to show to the user |
inner | The exception that was thrown/raised | |
canReport | bool | If the crash should be allowed to be reported to Bugsense |
Результат | void |
public static Throw ( String message, bool canReport = true ) : void | ||
message | String | The error message to show to the user |
canReport | bool | If the crash should be allowed to be reported to Bugsense |
Результат | void |