On Jan 14, 5:11 pm, fadden <[email protected]> wrote: > The VM is calling create_contiguous_mspace_with_name(), which in turn > is calling ashmem_create_region(). So it sounds like the ashmem > driver is unhappy about something.
Check the errno value after ashmem_create_region() fails. If it's ENFILE or EMFILE then you simply have too many files open. --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
