[android-developers] Re: Android, send me logs! - code library for detecting force-close and sending logs
Inserting a try {} catch {xxxException ...} in the code an be hard...
if the crash occurs in a place we don't expect/suspect of not being
stable.
A solution for Google team, would be in the Manifest.xml to add
field :
<sendErrorLogsTo="me@me.com">
So, for each "Force Close" we could receive a mail from Google (not
from the user).
At least we could track the number of crash, check if they decrease
over time, etc...
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home