We are releasing an App that depends on some tricky external factors (like BluetoothLE chip, GPS satellites reception, activity recognition, and so on…) so we need to be able to follow tightly our first hundred of clients in order to understand how they use it and what kind of issue they encounter.
So far out best bet is to gather logs from the app: hopefully sending live logcat to a server will help us find out what is happening on each phone.
I'm looking for advices here : is remote-logging a good practice for this need (seeing what happens on the phone) ? If yes, is there any good tools for this ?
Please note that we are not in the scope of a crash reporting tool… (that we already implement).
Thank you for your advised experience tips :)