>From >http://developer.android.com/reference/android/util/Log.html#d(java.lang.String,%20java.lang.String):
"Verbose should never be compiled into an application except during development. Debug logs are compiled in but stripped at runtime. Error, warning and info logs are always kept." Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Oct 15, 1:01 pm, vj <[email protected]> wrote: > I understand it is meant for filtering out "logcat" messages, but on > what > basis would a developer know when to use which type of API ? > > On Oct 15, 2:50 pm, vj <[email protected]> wrote: > > > > > What is the significance of having different "priority" levels in the > > Log API ? I am referring to .e(), .d() etc. Also, considering the fact > > that all the priorities are going to be logged in any case, on what > > basis would a developer know when to use which type of API ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

