如何通过电子邮件发送logcat?
是否有任何库允许我通过电子邮件接收来自应用程序的日志?
Is there any library out there that allows me to receive logs from the app via email?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否有任何库允许我通过电子邮件接收来自应用程序的日志?
Is there any library out there that allows me to receive logs from the app via email?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
LogCollector 的源代码是免费提供的,并且就是这样做的。 http://code.google.com/p/android-log-collector/< /a>
LogCollector's source code is freely available and does just that. http://code.google.com/p/android-log-collector/
我不应该认为你需要一个图书馆,如果你不能有目的地这样做,那就存在巨大的疏忽。不过,您需要在安装时请求访问他们的电子邮件帐户。
编辑: http://snipplr.com/view/19973 /从-android-using-intent发送电子邮件/
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/
我想我们之前已经进行过此类讨论;看看此线程
I think we've had this sort of discussion before; take a look at this thread