diff --git a/Podfile.lock b/Podfile.lock index d7085ab3..f35c0367 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -113,5 +113,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 3df4eef5a3f5aeba6a6df642bb5d669cff0662b0 - COCOAPODS: 1.15.2 diff --git a/ooniprobe/View/TestResults/Footer/UploadFooterViewController.m b/ooniprobe/View/TestResults/Footer/UploadFooterViewController.m index 0a5884f5..fac358c9 100644 --- a/ooniprobe/View/TestResults/Footer/UploadFooterViewController.m +++ b/ooniprobe/View/TestResults/Footer/UploadFooterViewController.m @@ -162,7 +162,7 @@ -(BOOL)uploadMeasurement:(Measurement*)measurement { [ThirdPartyServices recordError:@"uploadMeasurement_failed" reason:@"measurement failed to upload" - userInfo:[error dictionary]]; + userInfo:@{}]; } return error == nil; }