[android-developers] Android 2.3 Causes memory intensive app to crash

2011-03-03 Thread TjerkW
Hello all, I created an app which loads heavy 3d models into memory. This app runs fine on pre android 2.3 devices. However i updated my nexus one to Android 2.3, and now the app crashes. I get the error listed below. However this error is not really usefull. What should i do to fix this? Using

Re: [android-developers] Android 2.3 Causes memory intensive app to crash

2011-03-03 Thread Dianne Hackborn
The error isn't main memory, it is surface memory. There are a *ton* of full-screen surfaces currently created. You can use adb shell dumpsys window and adb shell dumpsys SurfaceFlinger to see more information about which windows these go with. On Thu, Mar 3, 2011 at 2:21 PM, TjerkW