iphone - Stack trace bug aggregation software -
I develop mobile applications for various platforms, especially the iPhone and Android.
Each of these applications is a method of "phone home" with fatal accident stack marks. Up to now, we are inspecting them manually as necessary.
What I see is a piece of software that can accurately "aggregate" or "collage" all of these stacks to the report. Output format does not really matter, I'm sure we can pipe it into our bug tracker.
So if we get 1000 stack marks which represent the same bug, then it will make a ticket, even though their stacks should be slightly different.
It would be better if there was a package that was capable of handling stack trails with different platforms (IFix / Android / etc), but if I do not want to recommend it for specific platforms.
Thank you
I will go ahead and answer it, It is unlikely that anyone is wandering.
The one we are ending is rolling out our own solution. In fact, we take the last line of the stack trace, and use it as a collapse key. This line is generally very stable, while the rest of the marks can vary considerably.
Sometimes there are minor changes, so an optimization that we are considering is using 5 or 6 to determine the specificity.
Comments
Post a Comment