JasonMP wrote:
> Well the console view in eclipse spits this out when I start the
> emulator:
> 
> ActivityManager: DDM dispatch reg wait timeout
> ActivityManager: Can't dispatch DDM chunk 52454151: no handler defined

That is not DDMS. That is the console, roughly equivalent to the
command-line output you might see running commands from a Linux/OS X
terminal or a Windows command prompt.

Use adb logcat, the standalone DDMS program, or the DDMS perspective in
Eclipse to view the Java stack trace.

> but other than that it runs fine.  The errors start occurring on my
> actual phone when I test it there.  I knew about using the logcat to
> view errors in the emulator, is there a way to do that when I'm
> testing on the phone?  Its an HTC G1 btw.

Use the mini USB cable to connect the G1 to the PC. Then, use adb
logcat, DDMS, or the DDMS perspective in Eclipse to view the logcat
data, which contains the Java stack traces. You will need to tell those
tools to examine your G1 rather than any running emulator(s) (e.g., in
DDMS, choose your device from the list of devices in the upper left
tree-table).

http://developer.android.com/guide/developing/tools/ddms.html
http://developer.android.com/guide/developing/tools/adb.html#logcat

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 1.0 Available!

-- 
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

Reply via email to