hi in my mydroid build (fFRG-83) I found emulator default uses JavaScriptCode as default so I export JS_ENGINE:= v8 to make webkit uses V8
but after this I found Browser becomes easy to crash by SIGILL after some investigation I found this crash is happened when enabling snapshot feature in external/v8/Android.mk ENABLE_V8_SNAPSHOT = true I comment off this line and the crash disappears but it seems this crash wont happen on device so what should I do to investigate the generated code by snapshot(libraries.cc) is correct or not thanks -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
