|
Post by qhartman on Apr 30, 2011 18:53:47 GMT -5
I logged it in Elite.
|
|
|
Post by qhartman on May 6, 2011 17:50:27 GMT -5
OK! I got a catlog attached for you. It looks like it is running out memory. The interesting bits start around line 1474. Once the black screens start showing up I start seeing blocks like this:
05-06 10:39:11.954 I/ActivityManager( 233): Displayed com.corytrese.games.startraderselite/com.corytrese.games.startraders.sector.SectorMenu_Docked_Prince: +332ms 05-06 10:39:12.915 E/qsd8k.gralloc( 233): /dev/pmem: no more pmem available 05-06 10:39:12.915 E/qsd8k.gralloc( 233): couldn't open pmem (No such file or directory) 05-06 10:39:12.915 E/qsd8k.gralloc( 233): gralloc failed err=Out of memory 05-06 10:39:12.915 W/GraphicBufferAllocator( 233): alloc(480, 800, 2, 00000133, ...) failed -12 (Out of memory) 05-06 10:39:12.925 D/GraphicBufferAllocator( 233): Allocated buffers: 05-06 10:39:12.925 D/GraphicBufferAllocator( 233): 0x203ef0: 1500.00 KiB | 480 ( 480) x 800 | 2 | 0x00000133 05-06 10:39:12.925 D/GraphicBufferAllocator( 233): 0x206848: 273.00 KiB | 414 ( 416) x 168 | 1 | 0x00000133 05-06 10:39:12.925 D/GraphicBufferAllocator( 233): 0x2b2190: 1500.00 KiB | 480 ( 480) x 800 | 2 | 0x00000133 05-06 10:39:12.925 D/GraphicBufferAllocator( 233): 0x2c9f88: 1500.00 KiB | 480 ( 480) x 800 | 2 | 0x00000133 05-06 10:39:12.925 D/GraphicBufferAllocator( 233): 0x2d69f0: 780.00 KiB | 480 ( 480) x 416 | 1 | 0x00000133 05-06 10:39:12.925 D/GraphicBufferAllocator( 233): 0x313468: 1346.25 KiB | 480 ( 480) x 718 | 1 | 0x00000133 05-06 10:39:12.925 D/GraphicBufferAllocator( 233): 0x346be8: 1500.00 KiB | 480 ( 480) x 800 | 2 | 0x00000133 05-06 10:39:12.925 D/GraphicBufferAllocator( 233): 0x34a378: 721.88 KiB | 480 ( 480) x 385 | 1 | 0x00000133 05-06 10:39:12.925 D/GraphicBufferAllocator( 233): 0x426c00: 750.00 KiB | 480 ( 480) x 800 | 4 | 0x00000133 05-06 10:39:12.925 D/GraphicBufferAllocator( 233): 0x451c98: 746.25 KiB | 480 ( 480) x 398 | 1 | 0x00000133 05-06 10:39:12.925 D/GraphicBufferAllocator( 233): 0x4549e0: 1500.00 KiB | 480 ( 480) x 800 | 2 | 0x00000133 05-06 10:39:12.925 D/GraphicBufferAllocator( 233): 0x489558: 1500.00 KiB | 480 ( 480) x 800 | 2 | 0x00000133 05-06 10:39:12.925 D/GraphicBufferAllocator( 233): 0x49dd20: 750.00 KiB | 480 ( 480) x 800 | 4 | 0x00000133 05-06 10:39:12.925 D/GraphicBufferAllocator( 233): 0x506700: 1428.75 KiB | 480 ( 480) x 762 | 1 | 0x00000133 05-06 10:39:12.925 D/GraphicBufferAllocator( 233): 0x50dd10: 273.00 KiB | 414 ( 416) 05-06 10:39:12.925 E/SurfaceFlinger( 233): Layer::requestBuffer(this=0x584158), index=1, w=480, h=800 failed (Out of memory) 05-06 10:39:12.925 E/Surface ( 7175): Surface (identity=1414) requestBuffer(1, 0, 0, 0, 00000033) returned a buffer with a null handle 05-06 10:39:12.925 E/Surface ( 7175): getBufferLocked(1, 0, 0, 0, 00000033) failed (Out of memory) 05-06 10:39:12.925 E/Surface ( 7175): dequeueBuffer failed (Out of memory) 05-06 10:39:12.935 E/ViewRoot( 7175): OutOfResourcesException locking surface 05-06 10:39:12.935 E/ViewRoot( 7175): android.view.Surface$OutOfResourcesException 05-06 10:39:12.935 E/ViewRoot( 7175): at android.view.Surface.lockCanvasNative(Native Method) 05-06 10:39:12.935 E/ViewRoot( 7175): at android.view.Surface.lockCanvas(Surface.java:314) 05-06 10:39:12.935 E/ViewRoot( 7175): at android.view.ViewRoot.draw(ViewRoot.java:1457) 05-06 10:39:12.935 E/ViewRoot( 7175): at android.view.ViewRoot.performTraversals(ViewRoot.java:1259) 05-06 10:39:12.935 E/ViewRoot( 7175): at android.view.ViewRoot.handleMessage(ViewRoot.java:1860) 05-06 10:39:12.935 E/ViewRoot( 7175): at android.os.Handler.dispatchMessage(Handler.java:99) 05-06 10:39:12.935 E/ViewRoot( 7175): at android.os.Looper.loop(Looper.java:123) 05-06 10:39:12.935 E/ViewRoot( 7175): at android.app.ActivityThread.main(ActivityThread.java:3835) 05-06 10:39:12.935 E/ViewRoot( 7175): at java.lang.reflect.Method.invokeNative(Native Method) 05-06 10:39:12.935 E/ViewRoot( 7175): at java.lang.reflect.Method.invoke(Method.java:507) 05-06 10:39:12.935 E/ViewRoot( 7175): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841) 05-06 10:39:12.935 E/ViewRoot( 7175): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599) 05-06 10:39:12.935 E/ViewRoot( 7175): at dalvik.system.NativeStart.main(Native Method)
Hope this helps!
|
|
|
Post by Cory Trese on May 6, 2011 18:24:30 GMT -5
qhartman - you were just moving around inside of a city???
|
|
|
Post by qhartman on May 12, 2011 13:20:37 GMT -5
This time, yes, but that's not always the case.
|
|
|
Post by Cory Trese on May 12, 2011 15:09:41 GMT -5
I was looking in the wrong place altogether.
THANK YOU
|
|