[android-developers] Re: Thread String

2009-03-06 Thread Bobbie
It's a really strange situation. I can pass other strings to a thread, but this string for some reason won't be passed. The string is: static String sesid = ; I have other static strings declared as well and they are working perfectly fine. Bobbie On Mar 6, 1:01 am, Bobbie

[android-developers] Re: Thread String

2009-03-06 Thread Stoyan Damov
What do you mean by pass a string to a thread - this doesn't make any sense. Then, when your app crashes, what does the stack trace look like? On Fri, Mar 6, 2009 at 2:56 PM, Bobbie bobbie.st...@gmail.com wrote: It's a really strange situation.  I can pass other strings to a thread, but this

[android-developers] Re: Thread String

2009-03-06 Thread Bobbie
Nevermind, I'm an idiot. The thread was trying to call something that didn't exist and I didn't see the line of code in there. Sorry about that! On Mar 6, 8:03 am, Stoyan Damov stoyan.da...@gmail.com wrote: What do you mean by pass a string to a thread - this doesn't make any sense. Then,