I recently upgraded my Android SDK to 4.1. While launching apps on my emulator there is a log tagged as “gralloc_goldfish”. I did a Google Search, but didn’t find any solution. Does any one have any idea on this.
I think it has to do something with ‘allocation’. The word goldfish made me curious.
Goldfish is the name of the linux kernel used for emulator. gralloc is used to allocate memory for graphics
Check here . Quoted from the link