For Flurry error logging, where can I find the information that I logged?
Asked Answered
B

1

9

My errors are getting logged. I can see the errors in the log. I'm trying to figure out how to find the specific information that I'm logging, especially the message parameter. I've tried looking through the documentation and clicking endlessly around the website with no luck.

I'm logging errors to flurry like this.

- (void)locationManager:(CLLocationManager *)manager didFailWithError:(NSError *)error{
    [Flurry logError:@"Location Error" message:error.localizedDescription error:error];
}

The error shows up in the log like this.

Flurry error log

How can I find the error message that I logged?

Backbreaking answered 20/2, 2015 at 15:5 Comment(1)
Have you ever figured this out? Trying to figure it out for myself as well.Custommade
C
6

Just saw an answer in a similar post.

In Flurry, go to Technical > Errors. Then at the bottom of the page it shows each error and its message.

Not super intuitive.

Custommade answered 21/8, 2015 at 14:36 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.