[android-developers] Re: ListView/Adapter Crash in 1.6 only: illegalStateException. 1.6 bug?

2009-10-11 Thread ccfrazier2
Romain, thanks for confirming that this message is new in 1.6. Actually, I mean to write I'm sure my adapter mods are IN the UI thread, not the background thread. Anything else that can cause this? If I step through the code in the debugger I don't get the exception, but I I run without

[android-developers] Re: ListView/Adapter Crash in 1.6 only: illegalStateException. 1.6 bug?

2009-10-11 Thread ccfrazier2
the traceback which thread you are in? -- RichardC On Oct 11, 4:06 pm, ccfrazier2 georgefraz...@yahoo.com wrote: Romain, thanks for confirming that this message is new in 1.6. Actually, I mean to write I'm sure my adapter mods are IN the UI thread, not the background thread. Anything else

[android-developers] Re: ListView/Adapter Crash in 1.6 only: illegalStateException. 1.6 bug?

2009-10-11 Thread ccfrazier2
, ccfrazier2 georgefraz...@yahoo.com wrote: Yeah, it's the main thread of my app, here's the stack: myApp [Android Application] myApp [Android Application]        DalvikVM[localhost:8613]                Thread [3 main] (Suspended (exception IllegalStateException))                Thread

[android-developers] Re: ListView/Adapter Crash in 1.6 only: illegalStateException. 1.6 bug?

2009-10-11 Thread ccfrazier2
are modifying it outside of the UI thread. On Sun, Oct 11, 2009 at 11:07 AM, ccfrazier2 georgefraz...@yahoo.com wrote: Yeah, it's the main thread of my app, here's the stack: myApp [Android Application] myApp [Android Application]        DalvikVM[localhost:8613]                Thread [3