Вопрос

I am using Flurry Analytics which reports my app crashes, works great except I don't know which method caused the crash.

I am catching the uncaught exceptions like this:

{
    [FlurryAnalytics logError:@"Uncaught" message:[NSString stringWithFormat:@"Crash! %@", [[UIDevice currentDevice] uniqueIdentifier]] exception:exception];

}

If I could only see which method this would be absolutely perfect. Thoughts?

Нет правильного решения

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top