Jan S.
Jan S.

Reputation: 10348

Flurry on iOS and full stacktrace

Is there a way on Flurry to get the full stacktrace of crash reports?

Currently, I only see this (sample) in the Exception Log page:

NSInvalidArgumentException: -[__NSCFDictionary setObject:forKey:]: attempt to insert nil value 
(key: someKey)
Msg: Crash!

Upvotes: 2

Views: 2360

Answers (1)

Srikar Appalaraju
Srikar Appalaraju

Reputation: 73638

Am not sure but as far as i know with Flurry each crash is limited to 255 chars, and we can't see the complete stack trace.

I could suggest other bug tracking services -

  1. crittercism
  2. BugSense is another bug tracking service for iOS, Android and WP7.
  3. AirBrake seems to be really nice and has plans from free (i.e. just one project, user) to extra large (i.e. 64 projects, users).
  4. TestFlight SDK
  5. HopToad

Also Apple itself provides you with crash reports. Go to iTunesConnect, Manage Your Applications, View Details and then select the crash reports link.

enter image description here

You'll get crash reports broken down by operating system version which is really useful.

Upvotes: 2

Related Questions