How to send logcat via email?

浪子不回头ぞ 提交于 2019-12-24 10:58:08

问题


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 we've had this sort of discussion before; take a look at this thread



来源:https://stackoverflow.com/questions/3586938/how-to-send-logcat-via-email

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!