We’ve built and open-sourced an Android SDK for shipping logs from mobile apps to Sematext Cloud. This library not only lets you send your Android app logs for troubleshooting purposes, but it also lets you collect app usage for analytics purposes! In other words, shipping logs and usage events from an Android app will give you the ability to both troubleshoot issues with the app, as well as let you gain insights about your app’s usage, adoption, etc. The library sends data in batches to preserve battery (every 60s), or if there are more than 10 events queued up.
For more info, check out our blog post and see Sematext Logsene Android project on Github.