本文介绍了如何通过电子邮件发送logcat?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有可以让我通过电子邮件从应用接收日志的库?

Is there any library out there that allows me to receive logs from the app via email?

推荐答案

LogCollector的源代码是免费提供的,仅此而已. http://code.google.com/p/android-log-collector/

LogCollector's source code is freely available and does just that. http://code.google.com/p/android-log-collector/

这篇关于如何通过电子邮件发送logcat?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-15 04:13