You can see some example code for reading logs here: http://code.google.com/p/skylight1/source/browse/trunk/SkylightUtils/src/skylight1/util/LoggingExceptionHandler.java#221
On Mar 16, 9:07 am, MobDev <[email protected]> wrote: > Hi, > for my application I would like to be able to incorporate some good > Logging capabilities... > I would also like to use the networiking capabilitites for two > purposes : > - first I should be able to send a Logging Level from my server to my > client (Android app)... So the Logging Level should be adjustable > client-side > - secondly I must be able to read out the Log to send it to my server > through http... > > I have seen there are two options in Android : > java.util.Log and java.util.Logging > > The first one seems pretty straight forward but there are two issues > with that : > - can I programmatically read out the Log ? And if so how ? > - I have read that specific Logging Levels are automatically ignored > once an app has been deployed (like the verbose level)... Because of > the fact that I might want to have verbose-level logging from the > server I was wondering if it's able to actually de-ignore those > Levels ? > > Also are there any tutorials reagrding these two packages ? > And what woul you, as an experienced developer, advise me to use of > those two methods ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

