Exception traces
Posted Jul 4, 2012 13:09 UTC (Wed) by
man_ls (subscriber, #15091)
In reply to:
Quotes of the week by twm
Parent article:
Quotes of the week
With exceptions users have a nice stack trace that they can send to the developer. At the uppermost level I just catch the errors to print them nicely along with debug information. When people send me stack traces I can find the error almost instantly.
In the Google Play App Store (or however it is called this week) they have taken this idea to the next level: when the user clicks on "inform the developer" Google aggregates the information and shows the traces to the developer. Try doing that with ignored error values...
(
Log in to post comments)