views:

35

answers:

0

I develop mobile applications for a variety of platforms, notably iPhone and Android.

Each of these applications has a way to "phone home" with fatal crash stack traces. Up to now, we've been inspecting these by hand as needed.

What I'm looking for is a piece of software that can somewhat accurately "aggregate" or "coalesce" all these stack traces into bug reports. Output format doesn't really matter, I'm sure we can pipe it into our bug tracker.

So if we get 1000 stack traces that represent the same bug, it would create one ticket even if their stacks vary slightly.

It would be nice if there was a package that was capable of handling stack traces from a variety of platforms (iphone/android/etc), but if not I'd like recommendations for specific platforms too.

Thanks