I develop mobile applications for various platforms, in particular iPhone and Android.
Each of these applications has a “call home” method with fatal traces of the accident stack. So far, we have checked them manually as needed.
What I'm looking for is a piece of software that can somewhat “populate” or “merge” all of these stack traces into error reports. The output format doesn't really matter, I'm sure that we can connect it to our error tracker.
So, if we get 1000 stack traces that represent the same error, this will create one ticket, even if their stacks are slightly different.
It would be nice if there was a package capable of handling stack traces from different platforms (iphone / android / etc), but if I didn’t want to recommend specific platforms either.
thank
Dougw source
share