Dear List,

I am debugging gingerbread 2.3.1. Our browser always crashes in
dlmalloc/dlfree, in random places. it's likely that FastMalloc is buggy.
because i can not pass basic testcases with the
macro ENABLE_FAST_MALLOC_MATCH_VALIDATION set.  some of tags don't match,
or even illegal at all.  i believe it's due to memory leak in android
webkit.

I found that my external/webkit is dramatically different from github's. i
believe it has sync up to the ICS' webkit.
https://github.com/android/platform_external_webkit

I intent to back-port ICS' webkit to my gingerbread codbase and hopefully
the problems disappear. however, it's worth noting that android framework
API has changed from 10 to 14 , and android.webkit.* changed.  Is that okay
to drop-in replace newer webkit directory to old android tree?  is
it necessary to  substitute all relative java files too? does everyone do
similar job before and kindly shed some light for me?

thanks,
--lx

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to