How To Send Logcat Via Email?
Is there any library out there that allows me to receive logs from the app via email?
Solution 1:
LogCollector's source code is freely available and does just that. http://code.google.com/p/android-log-collector/
Solution 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/
Solution 3:
I think we've had this sort of discussion before; take a look at this thread
Post a Comment for "How To Send Logcat Via Email?"