I'm launching a new activity with startActivity(intent), an activity
which I have verified to launch successfully when I call startActivity
from onCreate of another activity.

However when I launch the activity later in the program (where it
should be launched), I just get a black screen.  I get no android
runtime errors, and onCreate on the new activity is never called.  All
I get in ADB is 'Wrote stack trace to '/data/anr/traces.txt'' and then
nothing else from the app.  I used adb pull to get at the /data/anr/
traces.txt but find no reference to any exceptions in that file.

How can I debug this problem, or what could be the cause?

Thank you for your help.

M.

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