Declan wrote:
> Thanks for the help, I got this from eclips, hope it's right.
> [2009-08-06 12:01:43 - North] Starting activity
> com.example.North.North on device
> [2009-08-06 12:01:47 - North] ActivityManager: DDM dispatch reg wait
> timeout
> [2009-08-06 12:01:47 - North] ActivityManager: Can't dispatch DDM
> chunk 52454151: no handler defined
> [2009-08-06 12:01:48 - North] ActivityManager: Starting: Intent { comp=
> {com.example.North/com.example.North.North} }

I have no idea if it is "right", but it is not a Java stack trace
showing where your application is crashing.

A stack trace might look like:

java.io.FileNotFoundException: fred.txt
        at java.io.FileInputStream.<init>(FileInputStream.java)
        at java.io.FileInputStream.<init>(FileInputStream.java)
        at ExTest.readMyFile(ExTest.java:19)
        at ExTest.main(ExTest.java:7)

(from http://www.devdaily.com/java/edu/pj/pj010009/pj010009.shtml)

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

Need help for your Android OSS project? http://wiki.andmob.org/hado

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to