OK I tried that - no luck - it's not getting to the constructor

*BUT*  -  while testing it I got a new clue.     It launches the SECOND 
time I try it, consistently,   Here's the extracted Logcat - you can see 
that the first time it never gets past Starting Intent, the second time it 
goes all the way 

04-04 11:35:18.279: I/ActivityManager(119): Starting: Intent { 
flg=0x4000000 cmp=com.xxxx.remote/.DGraphActivity (has extras) } from pid 
25156
...
   ...
      ... 

04-04 11:35:34.002: I/ActivityManager(119): Starting: Intent { 
flg=0x4000000 cmp=com.xxxx.remote/.DGraphActivity (has extras) } from pid 
25156
04-04 11:35:34.006: W/ActivityManager(119): Trying to launch 
com.xxxx.remote/.DGraphActivity
04-04 11:35:34.025: D/DGraphActivity(25156): constructor
04-04 11:35:34.025: D/DGraphActivity(25156): created

This is bizarre . . . Does anyone have any ideas?   Thanks in advance.

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to