Hi I'm currently in the process of porting an application originally written for PC clients to Android. Knowing what the application does, in order to have any chance to reproduce and explain issues that might occur on the mobile client, I need to keep detailed logging on the android device. Currently I'm using a singleton instance class which then dumps log messages to Android.Util.Log. In the end, I need to be able to recover all the logs written by my application and have some kind of mechanisms (should be as easy as pushing a button in the client), that picks existing logs, puts them into an email that can be sent to our support department.
So - what's the recommended approach for doing something like that? Is there a way (and if so, how to do so) pick all log entries from my application from whichever place Android.Util.Log writes to? Or should I keep my own logs? If the latter - what do you guys use? Log4Net with the m4a patch? Write to an sqllite database (I'm not currently using a DB - this might eventually change, but not in the immediate future). Regards Stephan -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Logging-recommendations-tp5711831.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
