AMAStackTraceElement 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
@property (nonatomic, copy, nullable) NSString *className;
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
@property (nonatomic, copy, nullable) NSString *fileName;
Name of the file where the error occurred. No more than 100 characters. AppMetrica truncates any characters over the limit.
line
@property (nonatomic, strong, nullable) NSNumber *line;
Row number where the error occurred.
column
@property (nonatomic, strong, nullable) NSNumber *column;
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.
@property (nonatomic, copy, nullable) NSString *methodName;