How to send logcat via email?
问题 Is there any library out there that allows me to receive logs from the app via email? 回答1: LogCollector's source code is freely available and does just that. http://code.google.com/p/android-log-collector/ 回答2: I shouldn't think you'd need a library, there's been a massive oversight if you can't just do that with an intent. Though you will need to request access to their email account for that on install. Edit: http://snipplr.com/view/19973/send-email-from-android-using-intent/ 回答3: I think