Question

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!
Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top