H!
I want to trace skia behavior in Browser by using GDB. It is strange
that GDB sometimes jump back and isn't in sequence.
Maybe it is caused by code optimization, so I want to disable it.

Try to add LOCAL_FLAGS +=  -O0 in external/skia/Android.mk
or
add the following setting in "buildspec.mk"
DEBUG_MODULE_libskia:=true
TARGET_CUSTOM_DEBUG_CFLAGS:=-O0

Launcher always failed because SIGSEGV in libskia.so.

Isn't it allowed to disable code optimization?
Any suggestion will be appreciated.

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

Reply via email to