On Tue, May 24, 2011 at 6:49 PM, Nathan <[email protected]> wrote:
> I don't really think I'll have much chance of catching messages from my app > - or anything else. > > Has this been the case for everyone? > Yes, I found LogCat damn near unusable in Verbose mode. I added my own logging functionality on top of Android which actually directs all logging to the ERROR channel and then I just view those messages so nearly all of them are my own. I still use the E / W / I / D / V concept but as tags to each message so I can quickly filter within LogCat and such that a quick config file setting change can change any specific class's log output level as necessary. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

