We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9060518 commit 7dbe713Copy full SHA for 7dbe713
Source/BugsnagKSCrashSysInfoParser.m
@@ -17,7 +17,7 @@
17
18
NSDictionary *BSGParseDevice(NSDictionary *report) {
19
NSMutableDictionary *device = [NSMutableDictionary new];
20
- NSDictionary *state = [[report valueForKeyPath:@"user.state.deviceState"] mutableCopy];
+ NSDictionary *state = [report valueForKeyPath:@"user.state.deviceState"];
21
[device addEntriesFromDictionary:state];
22
23
[device addEntriesFromDictionary:BSGParseDeviceState(report[@"system"])];
0 commit comments