[android-developers] Re: Stack overflow error

2011-10-28 Thread Studio LFP
Put a log output in your onFocusChange and run it again. I think you may find you are causing an infinite loop. Notice in your error log that they are all on the same millisecond and you have multiple onFocusChange hits. Without more code, I can't validate this for sure, but I've seen this

[android-developers] Re: Stack overflow error in TextView with text = ジョルテ

2011-03-28 Thread Hari Edo
I've used katakana and hiragana extensively in textviews, no problem. This is a pretty suspicious error report-- is it JUST that string? Is it only when the textview is in a listview? What's the full stack trace? Are you sure your own function is not in the recursion, like if you change the