Re: [android-developers] Re: Urgent: unable to get rid of the memory issues for graphics apps

2009-11-05 Thread Tom Gibara
Just a couple of other pointers: 1) It's really easy to produce a native crash in Skia by unleashing two concurrent threads onto a single Bitmap. 2) There are some significant defects in the general bitmap functions associated with ALPHA_8 bitmaps Further to (2) see these for examples: http://cod

[android-developers] Re: Urgent: unable to get rid of the memory issues for graphics apps

2009-11-05 Thread fadden
On Nov 4, 9:39 pm, manoj wrote: > I have taken simple example AlphaBitmap given in api demos. [...] > From the below log I am not understanding where I am doing wrong. And > one thing clearly notifying is that there is a memory problem. Looks like a native crash in the Skia graphics library: pid