Re: [android-developers] Mystery Null Pointer Error - Seeking Opinions

2009-11-01 Thread Jason Van Anden
Mark, Doh? How did I miss this? I was testing the state of an object within a service that had not yet been restarted (resurrected?) after dying. I think I was stuck on the onPrepareOptionsMenu part for some reason and did not look at #377. Thank so much for the second set of eyes! Jason On

Re: [android-developers] Mystery Null Pointer Error - Seeking Opinions

2009-11-01 Thread Jason Van Anden
OK - for the record ... I think I have fixed this based upon what was going on in line 377 (testing here that service is alive and passing false back if not). Thing is ... I am still perplexed as to why onPrepareOptionsMenu is getting called in the first place. All that is occurring here is that

[android-developers] Mystery Null Pointer Error - Seeking Opinions

2009-10-31 Thread Jason Van Anden
*, An error that appeared in my Flurry logs but seemed impossible to reproduce otherwise just occured! That's the good news. The bad news is that the LogCat info is not telling me enough. I would appreciate a second set of eyes taking a look and offering wisdom. The lead up is that I was

Re: [android-developers] Mystery Null Pointer Error - Seeking Opinions

2009-10-31 Thread Mark Murphy
Jason Van Anden wrote: 10-31 14:12:03.667: ERROR/AndroidRuntime(7369): Uncaught handler: thread main exiting due to uncaught exception 10-31 14:12:04.077: ERROR/AndroidRuntime(7369): java.lang.NullPointerException 10-31 14:12:04.077: ERROR/AndroidRuntime(7369): at