You can simply run this command in the command prompt (provided you have set the path of your environment variable in the environment variable)
adb shell logcat after that run this command adb shell logcat >> filename.txt and a log file is generated in the desired location and which you can push it in yout sd card all these operations are independent of your phone being rooted. Cheers tarun On Tue, Jan 17, 2012 at 5:43 PM, B.Arunkumar <[email protected]>wrote: > Hi, > > Could somebody let me know how to save the debugging information > in my application to a file in the SDCard? Please assume that the > device is not rooted to a computer to check for debugging information > in Logcat of Eclipse IDE. > > Thank you, > B.Arunkumar > > -- > 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 -- 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

