On Feb 3, 9:53 am, "[email protected]" <[email protected]> wrote: > dalvikvmSplitting out new zygote heap > dalvikvm-heapCan't create VM heap of size 262144 > dalvikvmerror in post-zygote initialization
The failure message comes from dalvik/vm/alloc/HeapSource.c, which is calling create_contiguous_mspace_with_name() unsuccessfully. Over in system/core/libcutils/mspace.c you can see it calling ashmem_create_region(); there's a reasonable chance that this is what's failing. You'll want to check the return value and errno from that call to see. --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
