我的错误已被记录。我可以在日志中看到错误。我试图弄清楚如何找到我记录的特定信息,尤其是message
参数。我已经尝试查看文档并无休止地点击网站,但没有运气。
我记录错误就像这样。
- (void)locationManager:(CLLocationManager *)manager didFailWithError:(NSError *)error{
[Flurry logError:@"Location Error" message:error.localizedDescription error:error];
}
错误会在日志中显示出来。
如何找到我记录的错误消息?