>dsukhram wrote: >> I am able to view error logs while debugging an app with logcat in >> Eclipse. However I have run into issues where my app runs fine on the >> emulator but throws errors when I put it on my G2. My question is, >> how do I view the errors that it is throwing on my actual device? > >The same way as you view error logs on the emulator. > >Your DDMS perspective in Eclipse should show your device when it is >plugged in via the USB cable. Just click on that device and the LogCat >pane will show messages from the device. Or, use standalone DDMS, or the >adb logcat command at your command prompt.
something i've been meaning to say -- respect to the Android environment for making development on the actual device equally as easy as on the emulator. also the fact that you can run into a problem while using the phone untethered, then plug it in and see the last few minutes' log is absolutely priceless. -- jason.vp.engineering.particle -- 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

