well preferably I wouldn't use a 3rd party library, simply because I don't want to be dependable from someone else.. As in, if the service ceases to exist, and obviously it is a possible security leak... After all I am sending my debugging logs to them...
On 16 mrt, 19:51, chris harper <[email protected]> wrote: > Oh and it's free. > > :-) > > On Tue, Mar 16, 2010 at 12:50 PM, chris harper <[email protected]> wrote: > > Guys > > > I had the same request. I wanted to monitor my app after it was out on the > > market to fix bugs etc. > > > Someone pointed me to this: > > >http://www.flurry.com/ > > > I am incorporating it into my app now. I have not launched my app yet but I > > seems like what we need. > > > It's has capabilities to report exceptions and events in your app that you > > want to track among other things. > > > -Chris > > > On Tue, Mar 16, 2010 at 7: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]<android-developers%[email protected]> > >> For more options, visit this group at > >>http://groups.google.com/group/android-developers?hl=en -- 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

