wiki:wip_sf_2_cam

WIP SF 2.x Camera

Debugging a SIGSEGV in binder

On the device

ps ax | grep mini
gdbserver :3050 --attach <PID from above>

On the host

arm-linux-gnueabi-gdb
target remote jolla:3050
set solib-search-path /home/guhl/mer/android.cm11/droid/out/target/product/vision/symbols/system/bin:/home/guhl/ws/cm11/out/target/product/vision/symbols/system/lib
break <somewhere>
cont
Last modified 7 years ago Last modified on 12/29/16 22:57:54