Bugfender is a cloud service to collect mobile application logs. Developers can control log sending programmatically and manually for each device. Logs are available at the Bugfender console.
Bugfender is a cloud service that allows developers to upload their application logs, combined with a web console to view the logs once uploaded.
For Android It provide an SDK via Maven with a customer Logger that makes it very easy and powerful to send the logs to Bugfender. Bugfender has more advanced features than Android default logging system, such programmatically deciding if logs need to be sent to the server or alerting the developer of an error condition that needs to be investigated.
For iOS It an SDK via CocoaPods with a better logger than NSLog that makes it very easy and powerful to send the logs to Bugfender. The integration usually takes less than 15 minutes. The SDK has a very small footprint, it requires a very small memory and your app performance will be the same as without it. Bugfender has more advanced features than iOS log system with NSLog, such programmatically deciding if logs need to be sent to the server or alerting the developer of an error condition that needs to be investigated.