StackTraceElement class
Properties
Name of the error class/interface/character (depending on the plugin being used). |
|
Name of the file where the error occurred. |
|
Row number where the error occurred. |
|
Column number where the error occurred. |
|
Name of the method or function (depending on the plugin being used) where the error occurred. |
className
var className: String?
Name of the error class/interface/character (depending on the plugin being used). No more than 100 characters. AppMetrica truncates any characters over the limit.
fileName
var fileName: String?
Name of the file where the error occurred. No more than 100 characters. AppMetrica truncates any characters over the limit.
line
var line: NSNumber?
Row number where the error occurred.
column
var column: NSNumber?
Column number where the error occurred.
methodName
Name of the method or function (depending on the plugin being used) where the error occurred. No more than 100 characters. AppMetrica truncates any characters over the limit.
var methodName: String?