I would like to catch Exceptions and also track how the program runs, also interaction of user... Can anyone give me some directions?
I need to implement Logging in my Application.
I would like to catch Exceptions and also track how the program runs, also interaction of user... Can anyone give me some directions?
I need to implement Logging in my Application.
Check out the following:
Google Analytics for Android: https://developers.google.com/analytics/devguides/collection/android/
Crittercism for bug tracking like you are describing: http://www.crittercism.com/
There are other bug tracking platforms but I only have experience with Crittercism.