Hi, after looking at the stack trace and seeing two threads in android.graphics.Canvas.native_drawBitmap(Native Method)
I looked into Android source code, discovered that Skia engine is used and a quick Google search 'skia thread safe' eventually lead me to http://groups.google.com/group/android-developers/browse_thread/thread/3db72fe9b3481b53 Might this be related? Martin On 05/02/2012 01:27 AM, Ab wrote: > I hadn't, but I just did on your suggestion. > > The call chain I see in eclipse looks the same as one in the traces.txt > file: > > http://pastebin.com/hummn87H > > It appears that the thread gets wedged while drawing one of the > ImageButtons. > > On Tuesday, 1 May 2012 19:09:19 UTC-4, Kostya Vasilyev wrote: > > Abe, > > Have you tried pausing the UI thread in the debugger once it's > locked up, in order to inspect its call chain? > > 02.05.2012 2:55 пользователь "Mark Murphy" <[email protected] > <mailto:[email protected]>> написал: > > On Tue, May 1, 2012 at 6:47 PM, abe oppenheim > <[email protected] <mailto:[email protected]>> wrote: > > Thanks. Out of curiosity, did you try to reproduce on a > Samsung Note? > > I don't own a Note, sorry. > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://github.com/commonsguy > http://commonsware.com/blog | http://twitter.com/commonsguy > > Android App Developer Books: http://commonsware.com/books > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to > [email protected] > <mailto:[email protected]> > To unsubscribe from this group, send email to > [email protected] > <mailto:android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > <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 post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > 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 post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

