Question

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

Was it helpful?

Solution

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

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top