I am familiar with collecting crash reports using ACRA library.
Is it possible collecting all logs of my Android app in a remote device, not only crash logs?
For instance, when tester is testing my app, all those logs should be updated to my system (e.g. by mail, or any way that lets me analyze the log on my system).
Is there any third party library for that, or can we get it from Android native?