On Wed, May 20, 2009 at 1:37 AM, abhinav <[email protected]> wrote: > > Can some one please tell me , how do u read the log file or logs ... > which the Log.i methods writes to ?
You read the log by connecting your phone to a computer and running 'adb logcat' (or adb shell logcat) from the command line. You can also see it in the logcat tab in the DDMS Eclipse plugin. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

