I am setting up a closed beta with a small group of users. The missing piece is that if a force close ever occurs, I would like them to run the beta manager app and select an option that sends a detailed error report to me via email, but I am not sure if this can be done in a java app. Something that is essentially the equivalent of running logcat from the command line would probably be all I need.
I have gotten as far as believing that I need to add "android.permission.READ_LOGS" to the manifest file, but don't know what this gives me permission to do. Thanks! Stephen http://droidscan.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

