SmartBeat divides errors into three different types.
Error Type Name | Error Description |
---|---|
Crash(w/o signal) | Sudden application terminations caused by exceptions |
Signal | Sudden application terminations caused by a signal interruption |
Exception | Exceptions caught and logged via the respective SDK's Log Handled Exception method. * Includes errors from Unity and similar application engines which do not terminate application execution when an error occurs |